update pipeline for woodpecker v1.0

This commit is contained in:
Branden J Brown 2023-07-30 14:32:27 -05:00
parent 8f2b0daa60
commit 65e2eea93f
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,8 @@ steps:
image: *base_image image: *base_image
commands: commands:
- <<: *before_script - <<: *before_script
environment:
- <<: *all_env
secrets: secrets:
- <<: *secrets_list - <<: *secrets_list
test-playmode: test-playmode:
@ -71,6 +73,8 @@ steps:
image: *win_mono_image image: *win_mono_image
commands: commands:
- tar -C $UNITY_DIR/Builds -cvzf ${CI_COMMIT_TAG}.tar.gz . - tar -C $UNITY_DIR/Builds -cvzf ${CI_COMMIT_TAG}.tar.gz .
environment:
- <<: *all_env
when: when:
event: tag event: tag
publish: publish: