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

fixing gitlab-ci even further

parent 4d0dffdd
No related merge requests found
......@@ -43,10 +43,8 @@ Windows-MSYS2-MINGW64:
mv .gitignore template/
zip -r template-windows.zip template/
'
- |
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"
curl --header "PRIVATE-TOKEN: $CI_JOB_TOKEN" --upload-file template-windows.zip --url $URL'
- $URL = "https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/packages/generic/cutelib-hsrt/$CI_COMMIT_TAG/template-windows.zip"
- Invoke-WebRequest -Uri $URL -Method Put -Headers @{ "PRIVATE-TOKEN" = "$CI_JOB_TOKEN" } -InFile "template-windows.zip"
Publish:
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