Skip to content

Commit

Permalink
update gradle path
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHess committed Feb 7, 2024
1 parent 17a87c2 commit 083f57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: liberica

- name: Build with Gradle
run: gradlew --no-daemon build
run: ./gradlew --no-daemon build

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 083f57f

Please sign in to comment.