mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-12 12:04:24 +02:00
rename gradlew.sh (#9)
* rename gradlew.sh to gradlew to maintain consistency across repos * Fix Github actions to use gradlew instead of gradlew.sh
This commit is contained in:
parent
a1878f4ae9
commit
4f419dd915
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -27,10 +27,10 @@ jobs:
|
|||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
|
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew.sh
|
run: chmod +x gradlew
|
||||||
|
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew.sh --no-daemon build
|
run: ./gradlew --no-daemon build
|
||||||
|
|
||||||
- name: Github Tag Bump
|
- name: Github Tag Bump
|
||||||
uses: anothrNick/github-tag-action@1.39.0
|
uses: anothrNick/github-tag-action@1.39.0
|
||||||
|
0
gradlew.sh → gradlew
vendored
0
gradlew.sh → gradlew
vendored
Loading…
x
Reference in New Issue
Block a user