diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5a39f59..4761dffd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \ No newline at end of file + file_glob: true diff --git a/gradlew.sh b/gradlew similarity index 100% rename from gradlew.sh rename to gradlew