diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8218b29..305929f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: cache: 'gradle' distribution: 'temurin' - name: Patch and build - run: "./gradlew build" + run: "chmod +x createRelease.sh && ./createRelease.sh" - uses: actions/upload-artifact@v2 with: name: Builded Jars