Skip to content

Commit 27f2dfe

Browse files
committed
add expdlicit names to releases
Signed-off-by: Daniel Stamer <[email protected]>
1 parent ee8d50c commit 27f2dfe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
with:
31-
tag_name: ${{ github.ref }}
31+
tag_name: linux-amd64-${{ github.ref }}
3232
release_name: tresor linux amd64 ${{ github.ref }}
3333
draft: false
3434
prerelease: false
@@ -75,7 +75,7 @@ jobs:
7575
env:
7676
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7777
with:
78-
tag_name: ${{ github.ref }}
78+
tag_name: linux-arm64-${{ github.ref }}
7979
release_name: tresor linux arm64 ${{ github.ref }}
8080
draft: false
8181
prerelease: false
@@ -122,7 +122,7 @@ jobs:
122122
env:
123123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
124124
with:
125-
tag_name: ${{ github.ref }}
125+
tag_name: darwin-amd64-${{ github.ref }}
126126
release_name: tresor darwin amd64 ${{ github.ref }}
127127
draft: false
128128
prerelease: false
@@ -169,7 +169,7 @@ jobs:
169169
env:
170170
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
171171
with:
172-
tag_name: ${{ github.ref }}
172+
tag_name: windows-amd64-${{ github.ref }}
173173
release_name: tresor windows amd64 ${{ github.ref }}
174174
draft: false
175175
prerelease: false

0 commit comments

Comments
 (0)