diff --git a/.github/workflows/publishjar.yml b/.github/workflows/publishjar.yml index 8b22d91..7eba74d 100644 --- a/.github/workflows/publishjar.yml +++ b/.github/workflows/publishjar.yml @@ -26,7 +26,7 @@ jobs: run: chmod +x gradlew - name: Build jars and native images with Gradle - run: gradlew build nativeCompile -x test + run: ./gradlew build nativeCompile -x test - name: Release Jars and native images uses: softprops/action-gh-release@v1