Skip to content

Commit

Permalink
fix: add execute permission to ./gradlew file (ReVanced#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Jun 22, 2022
1 parent 0f38b94 commit 34f607a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -28,8 +28,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: "lts/*"
- name: Make gradlew executable
run: chmod +x gradlew
- name: Build with Gradle
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Empty file modified gradlew 100644 → 100755
Empty file.

0 comments on commit 34f607a

Please sign in to comment.