aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRoman / Linnea Gräf <roman.graef@gmail.com>2022-09-05 22:37:34 +0200
committerGitHub <noreply@github.com>2022-09-05 22:37:34 +0200
commit59c878978e9eb59c77b98cbb9e2dfff31a54b3e3 (patch)
treecfc8ddaf1c48f0e3a7f8e69b38fd7fbb39d691e6 /.github
parenta926f31b3fb152ae7464d80e065cd63a83273cc9 (diff)
downloadSkyHanni-59c878978e9eb59c77b98cbb9e2dfff31a54b3e3.tar.gz
SkyHanni-59c878978e9eb59c77b98cbb9e2dfff31a54b3e3.tar.bz2
SkyHanni-59c878978e9eb59c77b98cbb9e2dfff31a54b3e3.zip
Merge pull request #1
* Make gradlew executable
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 66466c72e..f7266f909 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,12 +31,10 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- - name: Grant execute permission for gradlew
- run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- uses: actions/upload-artifact@v2
with:
path: build/libs/*.jar
- name: Stop gradle daemons
- run: ./gradlew --stop \ No newline at end of file
+ run: ./gradlew --stop