Update .gitlab-ci.yml
This commit is contained in:
parent
cae382d772
commit
874f53d8c2
1 changed files with 2 additions and 2 deletions
|
@ -44,11 +44,11 @@ windows:
|
||||||
- Docker
|
- Docker
|
||||||
script:
|
script:
|
||||||
- mkdir -v -p $EXPORT_NAME-windows-$CI_COMMIT_SHORT_SHA
|
- mkdir -v -p $EXPORT_NAME-windows-$CI_COMMIT_SHORT_SHA
|
||||||
- godot -v --export-debug --headless "Windows Desktop" $EXPORT_NAME-$CI_COMMIT_SHORT_SHA/$EXPORT_NAME-$CI_COMMIT_SHORT_SHA.exe
|
- godot -v --export-debug --headless "Windows Desktop" $EXPORT_NAME-windows-$CI_COMMIT_SHORT_SHA/$EXPORT_NAME.exe
|
||||||
artifacts:
|
artifacts:
|
||||||
name: $EXPORT_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME
|
name: $EXPORT_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME
|
||||||
paths:
|
paths:
|
||||||
- $EXPORT_NAME-$CI_COMMIT_SHORT_SHA
|
- $EXPORT_NAME-windows-$CI_COMMIT_SHORT_SHA
|
||||||
expire_in: 2 week
|
expire_in: 2 week
|
||||||
#rules:
|
#rules:
|
||||||
# - if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
|
# - if: '$CI_COMMIT_MESSAGE =~ /<debug>/'
|
||||||
|
|
Loading…
Reference in a new issue