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