We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6599c66 commit 36ba2ddCopy full SHA for 36ba2dd
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: svenstaro/upload-release-action@133984371c30d34e38222a64855679a414cb7575
54
with:
55
repo_token: ${{ secrets.GITHUB_TOKEN }}
56
- file: *.zip
+ file: ${{ matrix.os }}.zip
57
tag: ${{ github.ref }}
58
file_glob: true
59
@@ -91,6 +91,6 @@ jobs:
91
92
93
94
+ file: x86_64-unknown-linux-gnu.zip
95
96
0 commit comments