From e9c2effcfb5951df3b613fd9b87e56455853f2f8 Mon Sep 17 00:00:00 2001 From: AsmodeusRex Date: Mon, 31 Oct 2022 10:21:16 -0700 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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