Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
NeRdTheNed committed May 19, 2023
1 parent 8df66b6 commit 71c2ac7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
cache-disabled: true
arguments: build --scan --stacktrace --warning-mode all
- name: Rezip built .jar files to remove directory entries
env:
BUILD_RELEASE: ${{ github.event.release.prerelease == false }}
run: bash removeDirectoryEntries.sh
- name: Draft release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 71c2ac7

Please sign in to comment.