mirror of
https://github.com/Miasmusa/Shadow.git
synced 2024-11-28 18:26:15 -05:00
💚 Make CI more effective
This commit is contained in:
parent
256ceda2b9
commit
f58d13fbfc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue