Fixe build
All checks were successful
Build on push / prepare (push) Successful in 5s
Build on push / build (push) Successful in 15s

This commit is contained in:
2026-02-15 10:19:44 +01:00
parent 5dca7e693b
commit 6d3a5b1930

View File

@@ -36,7 +36,7 @@ jobs:
cd sh.actions.package-cleanup cd sh.actions.package-cleanup
# Build for Linux x64 # Build for Linux x64
dotnet publish -c Release -r linux-x64 -p:Version=$(cat ../../version.txt) -o publish/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 - name: Upload to Gitea Generic Package Registry
run: | run: |
@@ -44,4 +44,4 @@ jobs:
curl -X PUT \ curl -X PUT \
-H "Authorization: token ${{ secrets.CI_ACCESS_TOKEN }}" \ -H "Authorization: token ${{ secrets.CI_ACCESS_TOKEN }}" \
-T publish/linux-x64/sh.actions.package-cleanup \ -T publish/linux-x64/sh.actions.package-cleanup \
"https://git.sh-edraft.de/api/packages/sh-edraft.de/generic/package-cleanup/$(cat ../../version.txt)/package-cleanup-linux-x64" "https://git.sh-edraft.de/api/packages/sh-edraft.de/generic/package-cleanup/$(cat ../version.txt)/package-cleanup-linux-x64"