Add permissions to jspawnhelper (#1339)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user