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