forked from External/mage
individual artifacts
All checks were successful
/ example-docker-compose (push) Successful in 14m39s
All checks were successful
/ example-docker-compose (push) Successful in 14m39s
This commit is contained in:
parent
8f68df5220
commit
1645d030cd
1 changed files with 8 additions and 4 deletions
|
|
@ -34,7 +34,11 @@ jobs:
|
|||
|
||||
- uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: foul-magics.zip
|
||||
path: |
|
||||
./Mage.Client/target/mage-client.zip
|
||||
./Mage.Server/target/mage-server.zip
|
||||
name: client.zip
|
||||
path: ./Mage.Client/target/mage-client.zip
|
||||
|
||||
- uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: server.zip
|
||||
path: ./Mage.Server/target/mage-server.zip
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue