mirror of
https://gitgud.io/AsmodeusRex/rjw-race-support.git
synced 2024-08-15 00:03:24 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
8469b7b128
commit
e9c2effcfb
1 changed files with 2 additions and 1 deletions
|
@ -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}\"}"
|
Loading…
Reference in a new issue