Skip to content

Commit

Permalink
Forgot to add board type to artifact filename
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygab committed Nov 9, 2024
1 parent d9a2ee0 commit 8dc73f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ jobs:
- name: Save Artifacts
uses: actions/upload-artifact@v4
with:
name: firmware-${{ matrix.os }}
name: firmware-${{ matrix.board }}-${{ matrix.os }}
path: |
${{github.workspace}}/build/src/bus_pirate*.bin
${{github.workspace}}/build/src/bus_pirate*.dis

0 comments on commit 8dc73f1

Please sign in to comment.