Actualiser .woodpecker.yaml
This commit is contained in:
parent
29e82b0cd5
commit
5f6702ac24
1 changed files with 11 additions and 1 deletions
|
@ -31,3 +31,13 @@ steps:
|
||||||
|
|
||||||
- echo "Building application"
|
- echo "Building application"
|
||||||
- build -a X64 -t GCC -p MdeModulePkg/MdeModulePkg.dsc
|
- build -a X64 -t GCC -p MdeModulePkg/MdeModulePkg.dsc
|
||||||
|
|
||||||
|
- name: publish
|
||||||
|
image: woodpeckerci/plugin-gitea-release
|
||||||
|
when:
|
||||||
|
- event: [ tag ]
|
||||||
|
settings:
|
||||||
|
api_key: $api_key
|
||||||
|
base_url: https://forge.slowte.ch
|
||||||
|
files: Build/MdeModule/DEBUG_GCC/X64/EfiClock.efi
|
||||||
|
secrets: [ api_key ]
|
Loading…
Reference in a new issue