woodpecker
This commit is contained in:
parent
cc4d617be0
commit
b6ff406005
|
@ -0,0 +1,7 @@
|
|||
steps:
|
||||
- name: build
|
||||
image: mcr.microsoft.com/dotnet/sdk:8.0
|
||||
commands:
|
||||
- apt update -y
|
||||
- apt install -y make zip tar
|
||||
- make all
|
|
@ -0,0 +1,10 @@
|
|||
steps:
|
||||
- name: deploy
|
||||
image: woodpeckerci/plugin-release
|
||||
settings:
|
||||
files:
|
||||
- 'publish/*/*'
|
||||
api_key:
|
||||
from_secret: ACCESS_TOKEN
|
||||
depends_on:
|
||||
- build
|
Loading…
Reference in New Issue