From ee399660cc71240cd78d0a60a9edf69c334e11ab Mon Sep 17 00:00:00 2001 From: AsmodeusRex Date: Tue, 1 Nov 2022 10:40:48 -0700 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb4d105..dfc3bb8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,8 +14,9 @@ build: - if: $CI_COMMIT_TAG script: - (cd generator; cargo run --locked) + - echo ${CI_COMMIT_TAG} > VERSION - apt-get update && apt-get install -y zip - - zip -q9r build About Content LoadFolders.xml ReadMe.md changelog.txt + - zip -q9r build About Content LoadFolders.xml ReadMe.md changelog.txt VERSION artifacts: paths: - build.zip @@ -37,4 +38,5 @@ release: script: - | release-cli create --name "Release $CI_COMMIT_TAG" --tag-name $CI_COMMIT_TAG \ - --assets-link "{\"name\":\"Download Build\",\"url\":\"${PACKAGE_REGISTRY_URL}/rjw-race-support.zip\"}" \ No newline at end of file + --assets-link "{\"name\":\"Download Build\",\"url\":\"${PACKAGE_REGISTRY_URL}/rjw-race-support.zip\",\"filepath\":\"/rjw-race-support.zip\"}" \ + --description "Changelog goes here" \ No newline at end of file