mirror of
https://gitgud.io/Stardust3D/rjw-plasticsurgeries.git
synced 2024-08-14 23:57:25 +00:00
.
This commit is contained in:
parent
9fc6bbc0c5
commit
3542b40a19
1 changed files with 1 additions and 2 deletions
|
@ -6,9 +6,8 @@ variables:
|
||||||
build:
|
build:
|
||||||
script:
|
script:
|
||||||
- apt update; apt install -y zip
|
- apt update; apt install -y zip
|
||||||
- ls
|
|
||||||
- zip -r ../dist.zip *
|
- zip -r ../dist.zip *
|
||||||
artifacts:
|
artifacts:
|
||||||
name: $EXPORT_NAME-$CI_COMMIT_TAG
|
name: $EXPORT_NAME-$CI_COMMIT_TAG
|
||||||
paths:
|
paths:
|
||||||
- dist.zip
|
- ../dist.zip
|
||||||
|
|
Loading…
Reference in a new issue