diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ecce0a..23fa30d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ build: - if: $CI_COMMIT_TAG script: - (cd generator; cargo run --locked) + - apt-get update && apt-get install -y zip - zip -9r build About Content LoadFolders.xml ReadMe.md changelog.txt artifacts: paths: @@ -36,4 +37,4 @@ release: script: - | release-cli create --name "Release $CI_COMMIT_TAG" --tag-name $CI_COMMIT_TAG \ - --assets-link "{\"name\":\"${PACKAGE_NAME}\",\"url\":\"${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}"}" \ No newline at end of file + --assets-link "{\"name\":\"${PACKAGE_NAME}\",\"url\":\"${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}\"}" \ No newline at end of file