.gitea/workflows/release.yml aktualisiert
Some checks failed
Release Plugin / release (push) Failing after 4s

This commit is contained in:
2026-03-02 13:23:13 +01:00
parent 204afc6c5f
commit 11a5cda785

View File

@@ -166,6 +166,7 @@ jobs:
- name: Upload ZIP asset
id: upload_asset
run: |
echo "Lade release_${{ github.ref_name }}.zip (${{ env.ZIP_NAME }})hoch..."
RESPONSE=$(curl -s -k -X POST
"https://${{ vars.RELEASE_URL }}/api/v1/repos/${{ github.repository }}/releases/${{ env.RELEASE_ID }}/assets?name=${{ env.ZIP_NAME }}" \
-H "accept: application/json" \