diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3422db9265f132076243206c95da973aa7bf933..d7af59d1ac385497955338d38e8b051a073b00e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,7 @@ upload: - compile script: - curl --header "PRIVATE-TOKEN:$CI_RELEASE_TOKEN" --upload-file "dist.zip" "${PACKAGE_REGISTRY_URL}/dist.zip" - - echo "dist.zip" > ../files.txt + - echo "dist.zip" > files.txt artifacts: paths: - files.txt