Skip to content

Commit 36ba2dd

Browse files
committed
fiz zip name in release CI
1 parent 6599c66 commit 36ba2dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: svenstaro/upload-release-action@133984371c30d34e38222a64855679a414cb7575
5454
with:
5555
repo_token: ${{ secrets.GITHUB_TOKEN }}
56-
file: *.zip
56+
file: ${{ matrix.os }}.zip
5757
tag: ${{ github.ref }}
5858
file_glob: true
5959

@@ -91,6 +91,6 @@ jobs:
9191
uses: svenstaro/upload-release-action@133984371c30d34e38222a64855679a414cb7575
9292
with:
9393
repo_token: ${{ secrets.GITHUB_TOKEN }}
94-
file: *.zip
94+
file: x86_64-unknown-linux-gnu.zip
9595
tag: ${{ github.ref }}
9696
file_glob: true

0 commit comments

Comments
 (0)