We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4eed76 commit 0116a76Copy full SHA for 0116a76
1 file changed
.github/workflows/publish-to-play-store.yml
@@ -28,6 +28,9 @@ jobs:
28
29
- name: Setup Gradle
30
uses: gradle/actions/setup-gradle@v3
31
+
32
+ - name: Grant Permission to Execute
33
+ run: chmod +x gradlew
34
35
- name: Decode Keystore
36
env:
0 commit comments