mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-20 08:47:33 +01: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
6
.github/workflows/release.yml
vendored
6
.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
|
||||||
@ -46,4 +46,4 @@ jobs:
|
|||||||
file: ./app/build/outputs/apk/release/*.apk
|
file: ./app/build/outputs/apk/release/*.apk
|
||||||
tag: ${{ steps.bump_version.outputs.new_tag }}
|
tag: ${{ steps.bump_version.outputs.new_tag }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
file_glob: true
|
file_glob: true
|
||||||
|
0
gradlew.sh → gradlew
vendored
0
gradlew.sh → gradlew
vendored
Loading…
x
Reference in New Issue
Block a user