Skip to content

Commit

Permalink
fix workflow artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Jan 28, 2025
1 parent 3f92e6c commit 93ca773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ jobs:
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: '${{ github.run_number }}.${{ github.run_attempt }}-${{ matrix.os }}-${{ matrix.unity-versions }}-${{ matrix.build-target }}-Artifacts'
name: '${{ github.run_number }}.${{ github.run_attempt }}-${{ matrix.os }}-${{ matrix.unity-version }}-${{ matrix.build-target }}-Artifacts'
path: '${{ github.workspace }}/**/*.log'

0 comments on commit 93ca773

Please sign in to comment.