Skip to content

Commit

Permalink
fixed publish workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkorossy committed Jul 30, 2024
1 parent b2ea380 commit 27133ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Grant permission to execute Gradle
run: chmod +x gradlew

- name: Release build
run: ./gradlew assemble

Expand Down

0 comments on commit 27133ec

Please sign in to comment.