mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-28 20:35:53 +01:00
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/*"
|
node-version: "lts/*"
|
||||||
- name: Setup Android SDK
|
- name: Setup Android SDK
|
||||||
uses: android-actions/setup-android@v2
|
uses: android-actions/setup-android@v2
|
||||||
- name: Make gradlew executable
|
|
||||||
run: chmod +x gradlew
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user