Add permissions to jspawnhelper (#1339)

This commit is contained in:
Mitchell Syer
2025-04-08 12:16:37 -04:00
committed by GitHub
parent 2e58658129
commit 6e365491a9

View File

@@ -104,7 +104,9 @@ jobs:
- name: Chmod JRE
if: matrix.name == 'macOS-arm64' || matrix.name == 'macOS-x64' || matrix.name == 'linux-x64'
run: chmod +x ./suwa/bin/java
run: |
chmod +x ./suwa/bin/java
chmod +x ./suwa/lib/jspawnhelper
- name: Upload JRE package
uses: actions/upload-artifact@v4