Skip to content
Snippets Groups Projects
Commit 4d0dffdd authored by Tobias Glaser's avatar Tobias Glaser
Browse files

fixing gitlab-ci even more

parent b198e355
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ Windows-MSYS2-MINGW64: ...@@ -46,7 +46,7 @@ Windows-MSYS2-MINGW64:
- | - |
C:\msys64\usr\bin\bash -lcx ' C:\msys64\usr\bin\bash -lcx '
URL="https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/packages/generic/cutelib-hsrt/$CI_COMMIT_TAG/template-windows.zip" URL="https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/packages/generic/cutelib-hsrt/$CI_COMMIT_TAG/template-windows.zip"
curl --header "PRIVATE-TOKEN: $CI_JOB_TOKEN" --upload-file template-windows.zip "$URL"' curl --header "PRIVATE-TOKEN: $CI_JOB_TOKEN" --upload-file template-windows.zip --url $URL'
Publish: Publish:
stage: release stage: release
......
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