diff --git a/.woodpecker.yml b/.woodpecker.yml index 3306403..89de19d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: