mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-01 08:45:16 +08:00
gradlew chmod +x
This commit is contained in:
2
.github/workflows/pr_ci.yml
vendored
2
.github/workflows/pr_ci.yml
vendored
@@ -44,8 +44,6 @@ jobs:
|
||||
key: gradle-builds-core-${{ github.sha }}
|
||||
restore-keys: |
|
||||
gradle-builds
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Build with Gradle
|
||||
run: |
|
||||
./gradlew :app:assembleRelease
|
||||
|
2
.github/workflows/push_ci.yml
vendored
2
.github/workflows/push_ci.yml
vendored
@@ -45,8 +45,6 @@ jobs:
|
||||
key: gradle-builds-core-${{ github.sha }}
|
||||
restore-keys: |
|
||||
gradle-builds
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Build with Gradle
|
||||
run: |
|
||||
./gradlew :app:assembleRelease
|
||||
|
Reference in New Issue
Block a user