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"
|
||||
- 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 ]
|
||||
- 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