Skip to content

Commit e470247

Browse files
committed
fix(ci): add .zip files to the release archive
1 parent 91bb9b3 commit e470247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
echo "version=v$(cargo get workspace.package.version)" >> $GITHUB_OUTPUT
187187
- name: Display structure of downloaded files
188188
run: ls -R artifacts
189-
- run: gh release create ${{ steps.version_info.outputs.version }} ./artifacts/*.gz --generate-notes --draft
189+
- run: gh release create ${{ steps.version_info.outputs.version }} ./artifacts/*.{gz,zip} --generate-notes --draft
190190

191191
docker-build-and-push:
192192
runs-on: ubuntu-20.04-4-cores

0 commit comments

Comments
 (0)