Skip to content

Commit

Permalink
Fix artifact name (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyk4j authored Aug 15, 2024
1 parent a23dcad commit 46aa13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: wreck-${{ runner.os }}-${{ github.sha }}
name: ${{ github.event.repository.name }}-${{ runner.os }}-${{ github.sha }}
path: /tmp/upload
if-no-files-found: error
retention-days: 1
Expand Down

0 comments on commit 46aa13c

Please sign in to comment.