Frame-of-Mind/.woodpecker.yml
nek0 aaa6900805
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix upload
2022-12-18 19:23:48 +01:00

18 lines
550 B
YAML

pipeline:
build:
image: barichello/godot-ci
pull: true
commands:
- mkdir build
- godot --path src/ --export-debug "Linux/X11" ../build/frame_of_mind
pack:
image: alpine
pull: true
commands:
- tar --create --file frame_of_mind.tar.gz --gzip build/*
upload:
image: curlimages/curl
pull: true
commands:
- curl --user nek0:$${GITEA_TOKEN} --upload-file frame_of_mind.tar.gz https://gitea.nek0.eu/api/packages/nek0/generic/frame_of_mind/0.0.0_build_${CI_BUILD_NUMBER}/frame_of_mind.tar.gz