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