Try moving the tar file

This commit is contained in:
Tom Willemse 2020-05-13 20:46:38 -07:00
parent 1f3ea1cd05
commit 7c272fe107

View file

@ -8,12 +8,16 @@ stages:
pre-package: pre-package:
stage: pre-package stage: pre-package
before_script: before_script:
- rm -rf dist
- make clean - make clean
script: script:
- make - make
after_script:
- mkdir -p dist
- mv *.tar dist
artifacts: artifacts:
paths: paths:
- /*.tar - dist/*.tar
package: package:
stage: package stage: package