Skip to content

Commit fda5b1b

Browse files
committed
update asset name
1 parent 69023dc commit fda5b1b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
matrix:
1212
include:
1313
- target: i686-pc-windows-msvc
14-
name: pbbot-rq-win-i686.exe
14+
name: pbbot-rq-${{ github.ref_name }}-win-i686.exe
1515
- target: x86_64-pc-windows-msvc
16-
name: pbbot-rq-win-x86_64.exe
16+
name: pbbot-rq-${{ github.ref_name }}-win-x86_64.exe
1717

1818
steps:
1919
- name: checkout
@@ -45,9 +45,9 @@ jobs:
4545
matrix:
4646
include:
4747
# - target: i686-unknown-linux-musl
48-
# name: pbbot-rq-linux-i686
48+
# name: pbbot-rq-${{ github.ref_name }}-linux-i686
4949
- target: x86_64-unknown-linux-musl
50-
name: pbbot-rq-linux-x86_64
50+
name: pbbot-rq-${{ github.ref_name }}-linux-x86_64
5151

5252
steps:
5353
- name: checkout
@@ -81,9 +81,9 @@ jobs:
8181
matrix:
8282
include:
8383
- target: x86_64-apple-darwin
84-
name: pbbot-rq-darwin-x86_64
84+
name: pbbot-rq-${{ github.ref_name }}-darwin-x86_64
8585
- target: aarch64-apple-darwin
86-
name: pbbot-rq-darwin-aarch64
86+
name: pbbot-rq-${{ github.ref_name }}-darwin-aarch64
8787

8888
steps:
8989
- name: checkout

0 commit comments

Comments
 (0)