From 5dca7e693bdfb58dbf4821f3e31f7db7e5ef7225 Mon Sep 17 00:00:00 2001 From: edraft Date: Sun, 15 Feb 2026 10:18:56 +0100 Subject: [PATCH] Fixed file structure --- .gitea/workflows/build dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build dev.yaml b/.gitea/workflows/build dev.yaml index 22734e7..e58907b 100644 --- a/.gitea/workflows/build dev.yaml +++ b/.gitea/workflows/build dev.yaml @@ -33,14 +33,14 @@ jobs: - name: Build single file executables run: | - cd sh.actions/sh.actions.package-cleanup + cd sh.actions.package-cleanup # Build for Linux x64 dotnet publish -c Release -r linux-x64 -p:Version=$(cat ../../version.txt) -o publish/linux-x64 - name: Upload to Gitea Generic Package Registry run: | - cd sh.actions/sh.actions.package-cleanup + cd sh.actions.package-cleanup curl -X PUT \ -H "Authorization: token ${{ secrets.CI_ACCESS_TOKEN }}" \ -T publish/linux-x64/sh.actions.package-cleanup \