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 493aa5f commit cbdc3b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
- name: Make gradlew executable
run: chmod +x ${{ github.workspace }}/gradlew

- name: Check gradlew permissions
run: ls -l ${{ github.workspace }}/gradlew

- name: Build Release AAB
run: ./gradlew bundleRelease
run: ${{ github.workspace }}/gradlew bundleRelease

- name: Sign app bundle
uses: r0adkll/upload-google-play@v1
Expand Down

0 comments on commit cbdc3b9

Please sign in to comment.