fix: add execute permission to ./gradlew
file
This commit is contained in:
parent
e80e9f0467
commit
ff7a5602f6
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -30,8 +30,6 @@ jobs:
|
|||
node-version: "lts/*"
|
||||
- name: Setup Android SDK
|
||||
uses: android-actions/setup-android@v2
|
||||
- name: Make gradlew executable
|
||||
run: chmod +x gradlew
|
||||
- name: Build with Gradle
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue