woodpecker
This commit is contained in:
parent
f99f121c69
commit
e39f4e868c
|
@ -2,8 +2,6 @@ steps:
|
|||
- name: build
|
||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||
commands:
|
||||
- apt update -y
|
||||
- apt install -y make zip tar
|
||||
- mkdir publish
|
||||
- mkdir publish/j
|
||||
- touch publish/j/demi
|
|
@ -3,7 +3,7 @@ steps:
|
|||
image: woodpeckerci/plugin-release
|
||||
settings:
|
||||
files:
|
||||
- 'publish/*/*'
|
||||
- 'publish/j/demi'
|
||||
api_key:
|
||||
from_secret: API_KEY
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in New Issue