We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bb9b3 commit e470247Copy full SHA for e470247
.github/workflows/release.yml
@@ -186,7 +186,7 @@ jobs:
186
echo "version=v$(cargo get workspace.package.version)" >> $GITHUB_OUTPUT
187
- name: Display structure of downloaded files
188
run: ls -R artifacts
189
- - run: gh release create ${{ steps.version_info.outputs.version }} ./artifacts/*.gz --generate-notes --draft
+ - run: gh release create ${{ steps.version_info.outputs.version }} ./artifacts/*.{gz,zip} --generate-notes --draft
190
191
docker-build-and-push:
192
runs-on: ubuntu-20.04-4-cores
0 commit comments