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

fixing gitlab-ci maybe

parent e7927180
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ Windows-MSYS2-MINGW64:
zip -r template-windows.zip template/
'
- $URL = "${CI_API_V4_URL}/projects/$CI_PROJECT_ID/packages/generic/cutelib-hsrt/$CI_COMMIT_TAG/template-windows.zip"
- Invoke-WebRequest -Uri $URL -Method Put -Headers @{ "JOB-TOKEN" = "$CI_JOB_TOKEN" } -InFile "template-windows.zip"
- Invoke-WebRequest -Uri $URL -Method Put -Headers @{ "JOB-TOKEN" = "$CI_JOB_TOKEN" } -InFile "template-windows.zip" -UseBasicParsing
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