This commit is contained in:
Stardust3D 2022-01-29 16:57:45 +01:00
parent 9fc6bbc0c5
commit 3542b40a19

View file

@ -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