forked from StarOpenSource/Engine
This commit is contained in:
parent
77fd061334
commit
479c71f329
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: gradle build
|
run: ./gradlew build
|
||||||
- name: Upload library JARs
|
- name: Upload library JARs
|
||||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue