mirror of
https://github.com/nuclearfog/Shitter.git
synced 2024-12-27 01:53:39 +01:00
permission fix
This commit is contained in:
parent
099bbc55fa
commit
13dc33229a
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@ -16,6 +16,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@v2
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Build the app
|
||||
run: ./gradlew build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user