We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca99070 commit b6ac0b5Copy full SHA for b6ac0b5
.github/workflows/release_actions.yml
@@ -27,7 +27,7 @@ jobs:
27
# run: ./gradlew publish
28
- name: Zip files
29
working-directory: ./build/libs
30
- run: zip release-${{ github.event.release.tag_name }} *.jar
+ run: zip release-${{ github.event.release.tag_name }}.zip *.jar
31
- name: Upload to release
32
uses: AButler/upload-release-assets@v2.0
33
with:
0 commit comments