Compare commits

...

2 Commits

Author SHA1 Message Date
5dca7e693b Fixed file structure
Some checks failed
Build on push / prepare (push) Successful in 8s
Build on push / build (push) Failing after 10s
2026-02-15 10:18:56 +01:00
a2fe4cb960 Added debug info [skip ci] 2026-02-15 10:17:48 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -33,14 +33,14 @@ jobs:
- name: Build single file executables - name: Build single file executables
run: | run: |
cd sh.actions/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: |
cd sh.actions/sh.actions.package-cleanup cd sh.actions.package-cleanup
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 \

View File

@@ -54,4 +54,5 @@ runs:
DRY_RUN: ${{ inputs.dry_run }} DRY_RUN: ${{ inputs.dry_run }}
GITHUB_OUTPUT: ${{ env.GITHUB_OUTPUT }} GITHUB_OUTPUT: ${{ env.GITHUB_OUTPUT }}
run: | run: |
echo "Starting cleanup..."
./package-cleanup-linux-x64 ./package-cleanup-linux-x64