From a2ba85c2e1db7fcc39243a58714a95b35baaea4e Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 21 Jul 2026 04:51:53 +0200 Subject: [PATCH] Remove unsupported Gitea artifact upload --- .gitea/workflows/debian-trixie.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitea/workflows/debian-trixie.yml b/.gitea/workflows/debian-trixie.yml index dac1f60..3b5ec64 100644 --- a/.gitea/workflows/debian-trixie.yml +++ b/.gitea/workflows/debian-trixie.yml @@ -108,10 +108,3 @@ jobs: -H "Content-Type: application/octet-stream" \ --data-binary @"${FILE}" \ "${GITEA_API}/repos/${OWNER}/${REPO}/releases/${release_id}/assets?name=${NAME}" - - - name: Upload Debian Trixie bundle - uses: actions/upload-artifact@v4 - with: - name: ${{ steps.bundle.outputs.name }} - path: ${{ steps.bundle.outputs.file }} - if-no-files-found: error