Skip to content
Snippets Groups Projects
Commit 5dac5fa1 authored by Frostberg's avatar Frostberg
Browse files

Update .gitlab-ci.yml file

parent 330d81f5
No related branches found
Tags v12.31.13
No related merge requests found
......@@ -10,6 +10,7 @@ before_script:
- SANITIZED_VERSION=$(echo "$VERSION" | tr ' ' _)
- apk add --no-cache zip
- apk add --no-cache curl
- apk add --no-cache jq
- mkdir -p releases/DoLP_Vanilla/img/
- mkdir -p releases/DoLP_BEEESSS/img/
- mkdir -p releases/DoLP_BEEESSS+Hikari_Female/img/
......@@ -31,6 +32,7 @@ build_job:
- cp -r -f ./beeessshikarimaleimg/* ./releases/DoLP_BEEESSS+Hikari_Male/img/
- cp "Degrees of Lewdity.html" ./releases/DoLP_BEEESSS+Paril+Hairstyle_Extended/
- cp -r -f ./beeesssparilhairstyleextendedimg/* ./releases/DoLP_BEEESSS+Paril+Hairstyle_Extended/img/
- 'curl -H "PRIVATE-TOKEN: $CI_API_TOKEN" "$CI_API_V4_URL/projects/$CI_PROJECT_ID/repository/changelog?version=$CI_COMMIT_TAG" | jq -r .notes > release_notes.md'
- cd ./releases/
- zip -r ./DoLP_Vanilla/DoLP_Vanilla.zip ./DoLP_Vanilla/
- 'curl
......@@ -59,6 +61,9 @@ build_job:
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/Content/1.0.0/DoLP_BEEESSS+Paril+Hairstyle_Extended.zip"'
only:
- master
artifacts:
paths:
- release_notes.md
after_script:
- echo "Finished building."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment