Skip to content

Commit 5163038

Browse files
authored
Add OS/Arch to release names
1 parent 5b8771f commit 5163038

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
with:
3636
repo_token: ${{ secrets.GITHUB_TOKEN }}
3737
file: ./dist/swish.exe
38-
asset_name: swish.exe
38+
asset_name: swish-windows_x86-64.exe
3939
tag: ${{ github.ref }}
4040

4141

42-
Linux:
42+
Ubuntu:
4343
runs-on: ubuntu-latest
4444

4545
steps:
@@ -69,5 +69,5 @@ jobs:
6969
with:
7070
repo_token: ${{ secrets.GITHUB_TOKEN }}
7171
file: ./dist/swish
72-
asset_name: swish-linux
72+
asset_name: swish-linux_x86-64
7373
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)