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 86b93f9 commit faec5f7Copy full SHA for faec5f7
.github/workflows/build.yml
@@ -26,6 +26,4 @@ jobs:
26
- name: Grant execute permission for gradlew
27
run: chmod +x gradlew
28
- name: Build
29
- run: |
30
- cd scripts
31
- ./build.sh
+ run: ./gradlew binDir macOSApp
.github/workflows/release.yml
@@ -21,9 +21,7 @@ jobs:
21
22
23
run: |
24
25
- cd ..
+ ./gradlew binDir macOSApp
tar czf RoboViz.tar.gz bin/
- name: Create Release
id: create-release
0 commit comments