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

This commit is contained in:
Snoweuph 2025-02-02 09:55:42 +01:00
parent a3429390fc
commit 1c7a8bbb96
Signed by: snoweuph
GPG key ID: BEFC41DA223CEC55

View file

@ -80,6 +80,11 @@ jobs:
with:
name: tower_defence_server.jar
path: release
- name: Download API Spec
uses: "https://git.euph.dev/actions/download-artifact@v3"
with:
name: api.yml
path: release
- name: Create Release
uses: "https://git.euph.dev/actions/release@v2"
with: