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:
stage: pre-package
before_script:
- rm -rf dist
- make clean
script:
- make
after_script:
- mkdir -p dist
- mv *.tar dist
artifacts:
paths:
- /*.tar
- dist/*.tar
package:
stage: package