Update .gitlab-ci.yml

This commit is contained in:
AsmodeusRex 2022-10-31 10:21:16 -07:00
parent 8469b7b128
commit e9c2effcfb
1 changed files with 2 additions and 1 deletions

View File

@ -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}"}"
--assets-link "{\"name\":\"${PACKAGE_NAME}\",\"url\":\"${PACKAGE_REGISTRY_URL}/${PACKAGE_NAME}\"}"