mirror of
https://github.com/nuclearfog/Shitter.git
synced 2024-12-28 10:29:56 +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:
|
steps:
|
||||||
- name: Checkout the code
|
- name: Checkout the code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
- name: Grant execute permission for gradlew
|
||||||
|
run: chmod +x gradlew
|
||||||
- name: Build the app
|
- name: Build the app
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user