Skip to content

Commit

Permalink
fix: copy/paste in Github workflow
Browse files Browse the repository at this point in the history
Fix #6
  • Loading branch information
arcadien committed Oct 23, 2023
1 parent 72bb081 commit 54e8dc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ jobs:
- name: Build 'gun' cross application
run: pio run -e gun

- name: Archive code coverage results
- name: Archive test console application
uses: actions/upload-artifact@v3
with:
name: consoleApp
path: ./.pio/build/native/program

- name: Archive code coverage results
- name: Archive targets host application
uses: actions/upload-artifact@v3
with:
name: target.hex
path: .pio/build/target/firmware.hex

- name: Archive code coverage results
- name: Archive gun application
uses: actions/upload-artifact@v3
with:
name: gun.hex
Expand Down

0 comments on commit 54e8dc6

Please sign in to comment.