Update .forgejo/workflows/compile.yml
All checks were successful
Compile&Test / build (push) Successful in 41s
All checks were successful
Compile&Test / build (push) Successful in 41s
This commit is contained in:
parent
d11cd878b6
commit
e21c190aad
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ jobs:
|
|||
run: ./gradlew --build-cache --info --stacktrace assemble
|
||||
|
||||
- name: Attach .jar artifacts
|
||||
uses: https://github.com/actions/download-artifact@v3
|
||||
uses: https://github.com/actions/upload-artifact@v3
|
||||
with:
|
||||
name: FadeSMP-Darkness.jar
|
||||
path: build/libs/FadeSMP-Darkness-main.jar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue