Fixed file structure
Some checks failed
Build on push / prepare (push) Successful in 8s
Build on push / build (push) Failing after 10s

This commit is contained in:
2026-02-15 10:18:56 +01:00
parent a2fe4cb960
commit 5dca7e693b

View File

@@ -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 \