Add release
This commit is contained in:
parent
33e796c235
commit
81f2413c31
@ -15,3 +15,13 @@ steps:
|
||||
- cmake .. -DSLIC3R_STATIC=1 -DSLIC3R_GTK=3 -DSLIC3R_PCH=OFF -DCMAKE_PREFIX_PATH=$(pwd)/../deps/build/destdir/usr/local
|
||||
- make
|
||||
- src/BuildLinuxImage.sh -i
|
||||
- name: make gitea release
|
||||
image: woodpeckerci/plugin-gitea-release
|
||||
settings:
|
||||
base_url: https://git.grondek.dev
|
||||
files:
|
||||
- build/*.AppImage
|
||||
- build/*.tar
|
||||
target: nonplanar
|
||||
api_key:
|
||||
from_secret: GITEA_ACCESS_TOKEN
|
||||
|
Loading…
Reference in New Issue
Block a user