mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-08 13:17:12 +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'
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew.sh
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew.sh --no-daemon build
|
||||
run: ./gradlew --no-daemon build
|
||||
|
||||
- name: Github Tag Bump
|
||||
uses: anothrNick/github-tag-action@1.39.0
|
||||
@ -46,4 +46,4 @@ jobs:
|
||||
file: ./app/build/outputs/apk/release/*.apk
|
||||
tag: ${{ steps.bump_version.outputs.new_tag }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file_glob: true
|
||||
file_glob: true
|
||||
|
0
gradlew.sh → gradlew
vendored
0
gradlew.sh → gradlew
vendored
Loading…
Reference in New Issue
Block a user