Commit 8befab7 1 parent 0c76400 commit 8befab7 Copy full SHA for 8befab7
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
include :
14
14
- os : ubuntu-latest
15
15
artifact_name : easy_savescum
16
- asset_name : easy_savescum-linux-${{ github.ref }}- amd64
16
+ asset_name : easy_savescum-linux-amd64
17
17
- os : windows-latest
18
18
artifact_name : easy_savescum.exe
19
- asset_name : easy_savescum-windows-${{ github.ref }}- amd64.exe
19
+ asset_name : easy_savescum-windows-amd64.exe
20
20
- os : macos-latest
21
21
artifact_name : easy_savescum
22
- asset_name : easy_savescum-macos-${{ github.ref }}- amd64
22
+ asset_name : easy_savescum-macos-amd64
23
23
24
24
steps :
25
25
- uses : hecrj/setup-rust-action@v1
34
34
repo_token : ${{ secrets.GITHUB_TOKEN }}
35
35
file : target/release/${{ matrix.artifact_name }}
36
36
asset_name : ${{ matrix.asset_name }}
37
- tag : ${{ github.ref }}
37
+ tag : ${{ github.ref }}
You can’t perform that action at this time.
0 commit comments