update artifact directory structure
All checks were successful
github-mirror / push-github (push) Successful in 6s
Build / Gradle-Build (push) Successful in 1m6s

This commit is contained in:
tueem 2024-11-14 12:38:31 +01:00
parent f31292c5b7
commit b28406b16b
Signed by: tueem
GPG Key ID: 65C8667EC17A88FB

@ -4,7 +4,7 @@ on:
push:
jobs:
Gradle Build:
Gradle-Build:
runs-on: ubuntu-latest
@ -31,10 +31,11 @@ jobs:
- name: Build
run: chmod +x gradlew; ./gradlew assemble
- name: Move artifacts
run: mkdir artifacts; mv lib/build/libs/*.jar artifacts; mv wrapper/javacord/build/libs/*.jar artifacts;
- name: Upload artifact
uses: christopherhx/gitea-upload-artifact@v4
with:
name: artifacts
path: |
lib/build/libs/*.jar
wrapper/javacord/build/libs/*.jar
path: artifacts