Split artifact uploads

This commit is contained in:
embeddedt 2023-05-01 16:56:31 -04:00
parent b6ae90d384
commit d76bce0d1c
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -22,5 +22,9 @@ jobs:
run: ./gradlew --no-daemon build
- uses: actions/upload-artifact@v2
with:
name: Package
path: build/libs
name: Forge
path: forge/build/libs
- uses: actions/upload-artifact@v2
with:
name: Fabric
path: fabric/build/libs