We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fd348 commit 0a01943Copy full SHA for 0a01943
.github/workflows/publish.yaml
@@ -13,13 +13,13 @@ jobs:
13
include:
14
- os: ubuntu-latest
15
artifact_name: easy_savescum
16
- asset_name: easy_savescum-linux-amd64
+ asset_name: easy_savescum-linux-${{ github.ref }}-amd64
17
- os: windows-latest
18
artifact_name: easy_savescum.exe
19
- asset_name: easy_savescum-windows-amd64.exe
+ asset_name: easy_savescum-windows-${{ github.ref }}-amd64.exe
20
- os: macos-latest
21
22
- asset_name: easy_savescum-macos-amd64
+ asset_name: easy_savescum-macos-${{ github.ref }}-amd64
23
24
steps:
25
- uses: hecrj/setup-rust-action@v1
0 commit comments