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

fixing gitlab-ci more

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