mirror of
https://github.com/Miasmusa/Shadow.git
synced 2024-11-14 10:54:55 -05:00
💚 Fix CI
This commit is contained in:
parent
f58d13fbfc
commit
65be3f00c1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -16,8 +16,8 @@ jobs:
|
|||
java-version: ${{ matrix.java }}
|
||||
cache: 'gradle'
|
||||
distribution: 'temurin'
|
||||
- name: Patch and build
|
||||
run: "chmod +x createRelease.sh && ./createRelease.sh"
|
||||
- name: Build
|
||||
run: "./gradlew build"
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Builded Jars
|
||||
|
|
Loading…
Reference in a new issue