Skip to content

Commit 0a01943

Browse files
committed
Fix naming
1 parent 14fd348 commit 0a01943

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/publish.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
include:
1414
- os: ubuntu-latest
1515
artifact_name: easy_savescum
16-
asset_name: easy_savescum-linux-amd64
16+
asset_name: easy_savescum-linux-${{ github.ref }}-amd64
1717
- os: windows-latest
1818
artifact_name: easy_savescum.exe
19-
asset_name: easy_savescum-windows-amd64.exe
19+
asset_name: easy_savescum-windows-${{ github.ref }}-amd64.exe
2020
- os: macos-latest
2121
artifact_name: easy_savescum
22-
asset_name: easy_savescum-macos-amd64
22+
asset_name: easy_savescum-macos-${{ github.ref }}-amd64
2323

2424
steps:
2525
- uses: hecrj/setup-rust-action@v1

0 commit comments

Comments
 (0)