Skip to content

Commit

Permalink
fix: add execute permission to ./gradlew file
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK authored and oSumAtrIX committed Jun 20, 2022
1 parent e80e9f0 commit ff7a560
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 @@ -30,8 +30,6 @@ jobs:
node-version: "lts/*"
- name: Setup Android SDK
uses: android-actions/setup-android@v2
- 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 ff7a560

Please sign in to comment.