Skip to content

Commit

Permalink
workflows: rename artifact to specific model type
Browse files Browse the repository at this point in the history
  • Loading branch information
RuffaloLavoisier committed Dec 11, 2024
1 parent d3eec13 commit db0ecc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-EMULATOR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
if: failure()
uses: actions/upload-artifact@v4
with:
name: test-results
name: test-results-${{ matrix.build-configuration }}
path: |
build/Testing
2 changes: 1 addition & 1 deletion .github/workflows/test-OS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ jobs:
- name: Upload ${{ matrix.os }} firmware artifacts
uses: actions/upload-artifact@v4
with:
name: firmwares-${{ matrix.os }}
name: firmwares-${{ matrix.os }}-${{ matrix.language }}-${{ matrix.model }}
path: "*.bin"

0 comments on commit db0ecc2

Please sign in to comment.