💚 Make CI more effective

This commit is contained in:
ZeoNight 2022-05-07 16:47:04 +00:00 committed by GitHub
parent 256ceda2b9
commit f58d13fbfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
cache: 'gradle' cache: 'gradle'
distribution: 'temurin' distribution: 'temurin'
- name: Patch and build - name: Patch and build
run: "./gradlew build" run: "chmod +x createRelease.sh && ./createRelease.sh"
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
name: Builded Jars name: Builded Jars