Skip to content

Commit

Permalink
fix: Avoid conflict names in upload-artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaS-nu committed Jan 5, 2024
1 parent b299e95 commit c68a5fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CITest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: Test results for ${{ matrix.testMode }}
name: Test results for ${{ matrix.testMode }} with ${{ matrix.unityVersion }}
path: ${{ steps.tests.outputs.artifactsPath }}
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
- uses: actions/upload-artifact@v4
if: always()
with:
name: Test results for ${{ matrix.testMode }}
name: Test results for ${{ matrix.testMode }} with ${{ matrix.unityVersion }}
path: ${{ steps.tests.outputs.artifactsPath }}

0 comments on commit c68a5fc

Please sign in to comment.