Actualiser .woodpecker.yaml
This commit is contained in:
parent
5f6702ac24
commit
bf146c0edb
1 changed files with 9 additions and 9 deletions
|
@ -32,12 +32,12 @@ 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
|
- name: publish
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: woodpeckerci/plugin-gitea-release
|
||||||
when:
|
when:
|
||||||
- event: [ tag ]
|
- event: [ tag ]
|
||||||
settings:
|
settings:
|
||||||
api_key: $api_key
|
api_key: $api_key
|
||||||
base_url: https://forge.slowte.ch
|
base_url: https://forge.slowte.ch
|
||||||
files: Build/MdeModule/DEBUG_GCC/X64/EfiClock.efi
|
files: Build/MdeModule/DEBUG_GCC/X64/EfiClock.efi
|
||||||
secrets: [ api_key ]
|
secrets: [ api_key ]
|
Loading…
Reference in a new issue