Skip to content

Commit 294de45

Browse files
committed
Save gradlew as executable
1 parent a769edc commit 294de45

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/build-nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
3030
- name: Build APK
3131
run: |
32-
chmod +x gradlew
3332
./gradlew assembleNightly
3433
mv app/build/outputs/apk/nightly/app-nightly-unsigned.apk app/NotiFilter_nightly.apk
3534

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
cache: "gradle"
2222

2323
- name: Build APK
24-
run: |
25-
chmod +x gradlew
26-
./gradlew assembleRelease
24+
run: ./gradlew assembleRelease
2725

2826
- name: Sign APK
2927
env:

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)