update pipeline for woodpecker v1.0
This commit is contained in:
parent
8f2b0daa60
commit
65e2eea93f
@ -34,6 +34,8 @@ steps:
|
||||
image: *base_image
|
||||
commands:
|
||||
- <<: *before_script
|
||||
environment:
|
||||
- <<: *all_env
|
||||
secrets:
|
||||
- <<: *secrets_list
|
||||
test-playmode:
|
||||
@ -71,6 +73,8 @@ steps:
|
||||
image: *win_mono_image
|
||||
commands:
|
||||
- tar -C $UNITY_DIR/Builds -cvzf ${CI_COMMIT_TAG}.tar.gz .
|
||||
environment:
|
||||
- <<: *all_env
|
||||
when:
|
||||
event: tag
|
||||
publish:
|
||||
|
Loading…
Reference in New Issue
Block a user