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:
|
depends_on:
|
||||||
- Build
|
- Build
|
||||||
|
|
||||||
|
- name: Find-Build
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- ls -al build
|
||||||
|
depends_on:
|
||||||
|
- Build
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
settings:
|
settings:
|
||||||
api_key: GITEA_TOKEN
|
api_key:
|
||||||
base_url: https://git.xyro.win/nyosic/MarioDB
|
from_secret: FORGEJO_TOKEN
|
||||||
|
base_url: https://git.xyro.win
|
||||||
|
repo_owner: nyosic
|
||||||
|
repo_name: MarioDB
|
||||||
files: build/main
|
files: build/main
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
depends_on:
|
||||||
|
- Find-Build
|
||||||
|
|
Loading…
Add table
Reference in a new issue