mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-24 20:07:54 +01:00
Fix upload-artifacts path
This commit is contained in:
parent
a3093a8c63
commit
9e73ad3e33
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -41,4 +41,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Artifacts
|
||||
path: build/libs/
|
||||
path: |
|
||||
common/build/libs/
|
||||
fabric/build/libs/
|
||||
forge/build/libs/
|
||||
|
|
Loading…
Reference in a new issue