update artifact directory structure
This commit is contained in:
parent
f31292c5b7
commit
b28406b16b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user