diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e9683a71e5a6beec333a1e9bb780a1ac1d2a6e1..c4f989f595ab41520054ee4ab4228fe301789c1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,16 +62,17 @@ release-windows: script: - echo "Create Release $TAG from Artifacts of the $BUILD_JOB_ID job" - echo $JOB_ID - release: - name: 'Release_$TAG' - tag_name: '$TAG' - description: 'Release $TAG' - assets: - links: - - name: "Thesis_examples" - url: "https://git.ift.tuwien.ac.at/lab/pub/ift-latex/-/jobs/${BUILD_JOB_ID}/artifacts/file/Example_SEM.pdf" + - release-cli create --name "Release $TAG" --description "Release $TAG" --tag-name "$TAG" --assets-link '{\"name\":\"Thesis_examples\",\"url\":\"https://git.ift.tuwien.ac.at/lab/pub/ift-latex/-/jobs/${BUILD_JOB_ID}/artifacts/file\",\"link_type\":\"other\"}' + #release: + # name: 'Release_$TAG' + # tag_name: '$TAG' + # description: 'Release $TAG' + # assets: + # links: + # - name: "Thesis_examples" + # url: "https://git.ift.tuwien.ac.at/lab/pub/ift-latex/-/jobs/${BUILD_JOB_ID}/artifacts/file/Example_SEM.pdf" #script: - # - release-cli create --name "Release $TAG" --description "Release $TAG" --tag-name "$TAG" --assets-link '{\"name\":\"Thesis_examples\",\"url\":\"https://python.org\",\"link_type\":\"other\"}' + #release: