permission fix

This commit is contained in:
nuclearfog 2021-05-12 16:24:21 +02:00 committed by GitHub
parent 099bbc55fa
commit 13dc33229a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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