Skip to content

Commit

Permalink
fix typo in guthub action
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Hermansson <finn.hermansson@svt.se>
  • Loading branch information
fhermansson committed Sep 26, 2023
1 parent b99ab0a commit 996ef2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishjar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 996ef2e

Please sign in to comment.