Skip to content

Commit

Permalink
chore: gradlew execution permission
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsena42 committed Dec 21, 2023
1 parent ff796b6 commit 493aa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: 'adopt'

- name: Make gradlew executable
run: chmod +x ./gradlew
run: chmod +x ${{ github.workspace }}/gradlew

- name: Build Release AAB
run: ./gradlew bundleRelease
Expand Down

0 comments on commit 493aa5f

Please sign in to comment.