From cddda7098cb71b464134af0cfcb7f62ac3470b38 Mon Sep 17 00:00:00 2001 From: Vegard Engen Date: Wed, 25 Jun 2025 20:29:15 +0200 Subject: [PATCH] generic in the path --- .gitea/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 13b9417..262636a 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -45,10 +45,10 @@ jobs: -H "Authorization: token $GITEA_TOKEN" \ -H "Content-Type: application/x-yaml" \ --data-binary @./dist/install.yaml \ - https://gitea.engen.priv.no/api/packages/klauvsteinen/unifi-network-operator/latest/install.yaml + https://gitea.engen.priv.no/api/packages/klauvsteinen/generic/unifi-network-operator/latest/install.yaml curl -X PUT \ -H "Authorization: token $GITEA_TOKEN" \ -H "Content-Type: application/x-yaml" \ --data-binary @./dist/install.yaml \ - https://gitea.engen.priv.no/api/packages/klauvsteinen/unifi-network-operator/$TAG/install.yaml + https://gitea.engen.priv.no/api/packages/klauvsteinen/generic/unifi-network-operator/$TAG/install.yaml