Skip to content

Commit

Permalink
CI: multi-platform support x4
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Feb 11, 2024
1 parent 94c9fec commit f78b74b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
- name: Build MacOS Native Executable
if: matrix.os == 'macos-latest'
run: ./gradlew nativeCompile
run: |
chmod +x gradlew
./gradlew nativeCompile
- name: Upload Files
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f78b74b

Please sign in to comment.