Skip to content

Commit

Permalink
attempt distinct names
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Nov 7, 2024
1 parent b980d26 commit 1519212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}.${{ github.sha }}
name: ${{ github.event.repository.name }}.${{ github.sha }}.${{ matrix.arduino-platform }}
path: |
build/*.hex
build/*.bin
Expand Down

0 comments on commit 1519212

Please sign in to comment.