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
d0ddd2160c
commit
ee399660cc
1 changed files with 4 additions and 2 deletions
|
@ -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\"}"
|
||||
--assets-link "{\"name\":\"Download Build\",\"url\":\"${PACKAGE_REGISTRY_URL}/rjw-race-support.zip\",\"filepath\":\"/rjw-race-support.zip\"}" \
|
||||
--description "Changelog goes here"
|
Loading…
Reference in a new issue