Final Final Test
This commit is contained in:
parent
5277bc07ef
commit
92e308e552
1 changed files with 14 additions and 2 deletions
|
@ -21,12 +21,24 @@ steps:
|
|||
depends_on:
|
||||
- Build
|
||||
|
||||
- name: Find-Build
|
||||
image: alpine
|
||||
commands:
|
||||
- ls -al build
|
||||
depends_on:
|
||||
- Build
|
||||
|
||||
- name: Release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
api_key: GITEA_TOKEN
|
||||
base_url: https://git.xyro.win/nyosic/MarioDB
|
||||
api_key:
|
||||
from_secret: FORGEJO_TOKEN
|
||||
base_url: https://git.xyro.win
|
||||
repo_owner: nyosic
|
||||
repo_name: MarioDB
|
||||
files: build/main
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
depends_on:
|
||||
- Find-Build
|
||||
|
|
Loading…
Add table
Reference in a new issue