Fix artifact path

This commit is contained in:
Luke Benstead 2021-04-24 11:31:11 +01:00
parent 22680e8cbd
commit 57bb8c65c5

View File

@ -13,7 +13,7 @@ build:sh4-gcc:
- tar -zcf gldc.tar.gz libGLdc.a ../LICENSE ../README.md ../include
artifacts:
paths:
- gldc.tar.gz
- builddir/gldc.tar.gz
build:x86-gcc:
stage: build