Update .forgejo/workflows/action.yml
This commit is contained in:
parent
91e4dfde60
commit
7bf0f8d56e
1 changed files with 4 additions and 2 deletions
|
@ -17,5 +17,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
- name: Run build with Gradle Wrapper
|
||||
run: ./gradlew shadowJar
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: artifact
|
||||
path: build/libs/
|
Loading…
Reference in a new issue