Chore: Upload API Spec to Release as well
All checks were successful
Build Application / build (push) Successful in 1m6s
Quality Check / Validate OAS (push) Successful in 39s
Build Application / build-docker (push) Successful in 24s
Build Application / release (push) Successful in 9s
Quality Check / Testing (push) Successful in 48s
Quality Check / Linting (push) Successful in 1m1s
Quality Check / Static Analysis (push) Successful in 1m1s
All checks were successful
Build Application / build (push) Successful in 1m6s
Quality Check / Validate OAS (push) Successful in 39s
Build Application / build-docker (push) Successful in 24s
Build Application / release (push) Successful in 9s
Quality Check / Testing (push) Successful in 48s
Quality Check / Linting (push) Successful in 1m1s
Quality Check / Static Analysis (push) Successful in 1m1s
This commit is contained in:
parent
a3429390fc
commit
1c7a8bbb96
1 changed files with 5 additions and 0 deletions
|
@ -80,6 +80,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: tower_defence_server.jar
|
name: tower_defence_server.jar
|
||||||
path: release
|
path: release
|
||||||
|
- name: Download API Spec
|
||||||
|
uses: "https://git.euph.dev/actions/download-artifact@v3"
|
||||||
|
with:
|
||||||
|
name: api.yml
|
||||||
|
path: release
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: "https://git.euph.dev/actions/release@v2"
|
uses: "https://git.euph.dev/actions/release@v2"
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue