Skip to content

Commit

Permalink
Try putting SHA in artifact name (Linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle authored Sep 19, 2024
1 parent 158dbc5 commit 2f1cf87
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 @@ -37,7 +37,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: "linux_x64"
name: "BlueMapGUI_${{ env.GITHUB_SHA_SHORT }}_Linux_x64.zip"
path: './build/linux/x64/release/bundle'

windows:
Expand Down

0 comments on commit 2f1cf87

Please sign in to comment.