forked from External/mage
throttle + upload files
All checks were successful
/ example-docker-compose (push) Successful in 14m27s
All checks were successful
/ example-docker-compose (push) Successful in 14m27s
This commit is contained in:
parent
77ac548e55
commit
8f68df5220
1 changed files with 5 additions and 1 deletions
|
|
@ -3,6 +3,10 @@ on:
|
|||
branches:
|
||||
- 'master'
|
||||
|
||||
concurrency:
|
||||
group: "release"
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
example-docker-compose:
|
||||
runs-on: node-debian
|
||||
|
|
@ -30,7 +34,7 @@ jobs:
|
|||
|
||||
- uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
name: files
|
||||
name: foul-magics.zip
|
||||
path: |
|
||||
./Mage.Client/target/mage-client.zip
|
||||
./Mage.Server/target/mage-server.zip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue