mirror of
https://github.com/Miasmusa/Shadow.git
synced 2024-12-01 11:36:50 -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'
|
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
|
||||||
|
|
Loading…
Reference in a new issue