Skip to content

Commit

Permalink
Update artifact actions to v4, Use unique name for each artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
2shady4u committed Aug 15, 2024
1 parent 0c95681 commit dc2a95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
- name: Upload Artifact
env:
ARTIFACT_FOLDER: ${{ env.PROJECT_FOLDER }}/${{ env.TARGET_PATH }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.platform }}
name: ${{ matrix.cache-name }}-${{ matrix.target }}
path: ${{ env.ARTIFACT_FOLDER }}*.${{ matrix.artifact-extension }}
if-no-files-found: error

Expand Down

0 comments on commit dc2a95b

Please sign in to comment.