Update build.yml
This commit is contained in:
parent
a631a55574
commit
59c9ad9e3c
1 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -18,5 +18,5 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
name: Upload built mod JAR
|
name: Upload built mod JAR
|
||||||
with:
|
with:
|
||||||
name: mod-jar
|
name: mod-jar.zip
|
||||||
path: build/libs/*.jar
|
path: build/libs/*.jar
|
Loading…
Add table
Reference in a new issue