Skip to content

Commit 8befab7

Browse files
authored
Update publish.yaml
1 parent 0c76400 commit 8befab7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yaml

+4-4
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-${{ github.ref }}-amd64
16+
asset_name: easy_savescum-linux-amd64
1717
- os: windows-latest
1818
artifact_name: easy_savescum.exe
19-
asset_name: easy_savescum-windows-${{ github.ref }}-amd64.exe
19+
asset_name: easy_savescum-windows-amd64.exe
2020
- os: macos-latest
2121
artifact_name: easy_savescum
22-
asset_name: easy_savescum-macos-${{ github.ref }}-amd64
22+
asset_name: easy_savescum-macos-amd64
2323

2424
steps:
2525
- uses: hecrj/setup-rust-action@v1
@@ -34,4 +34,4 @@ jobs:
3434
repo_token: ${{ secrets.GITHUB_TOKEN }}
3535
file: target/release/${{ matrix.artifact_name }}
3636
asset_name: ${{ matrix.asset_name }}
37-
tag: ${{ github.ref }}
37+
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)