Skip to content

Commit

Permalink
fix: add execute permission to ./gradlew file (ReVanced#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Jun 18, 2022
1 parent b768c06 commit 072d9e1
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
Original file line number Diff line number Diff line change
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 072d9e1

Please sign in to comment.