Remove unsupported Gitea artifact upload
Debian Trixie package bundle / packages (push) Successful in 14m39s

This commit is contained in:
Mario Fetka
2026-07-21 04:51:53 +02:00
parent e1ae2f3e9d
commit a2ba85c2e1
-7
View File
@@ -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