We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c602ef8 commit 21f5d9cCopy full SHA for 21f5d9c
.github/workflows/publish.yml
@@ -26,6 +26,9 @@ jobs:
26
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
27
restore-keys: ${{ runner.os }}-gradle
28
29
+ - name: Set up permissions
30
+ run: chmod +x ./src/AndroidClient/client/gradlew
31
+
32
- name: Build
33
run: ./src/AndroidClient/client/gradlew build
34
# env:
0 commit comments