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

fixing gitlab-ci more still

parent 4e4aaa7b
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ Windows-MSYS2-MINGW64: ...@@ -43,7 +43,7 @@ Windows-MSYS2-MINGW64:
mv .gitignore template/ mv .gitignore template/
zip -r template-windows.zip template/ zip -r template-windows.zip template/
' '
- $URL = "https://gitlab.com/api/v4/projects/$CI_PROJECT_ID/packages/generic/cutelib-hsrt/$CI_COMMIT_TAG/template-windows.zip" - $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"
Publish: Publish:
......
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