From 1e8675f5777b4e67f0ff79038d810f50b5d23494 Mon Sep 17 00:00:00 2001 From: Tobias Glaser <tobias.glaser@student.reutlingen-university.de> Date: Tue, 10 Jun 2025 01:33:38 +0000 Subject: [PATCH] fixing gitlab-ci maybe --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c521a08..49fff35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab