Revert changes to CI

This commit is contained in:
AsmodeusRex 2022-12-20 17:13:33 -08:00
parent 8cbc499365
commit e6dd981321
1 changed files with 1 additions and 5 deletions

View File

@ -20,7 +20,6 @@ build:
artifacts:
paths:
- build.zip
- LATEST_CHANGELOG
upload:
stage: upload
@ -30,9 +29,6 @@ upload:
script:
- |
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file build.zip "${PACKAGE_REGISTRY_URL}/rjw-race-support.zip"
artifacts:
paths:
- LATEST_CHANGELOG
release:
stage: release
@ -43,4 +39,4 @@ release:
- |
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\",\"filepath\":\"/rjw-race-support.zip\"}" \
--description $(head -n 1 LATEST_CHANGELOG)
--description "Changelog goes here"