.gitea/workflows/release.yml aktualisiert
Some checks failed
Release Plugin / release (push) Failing after 4s
Some checks failed
Release Plugin / release (push) Failing after 4s
This commit is contained in:
@@ -167,8 +167,7 @@ jobs:
|
|||||||
id: upload_asset
|
id: upload_asset
|
||||||
run: |
|
run: |
|
||||||
echo "Lade release_${{ github.ref_name }}.zip (${{ env.ZIP_NAME }})hoch..."
|
echo "Lade release_${{ github.ref_name }}.zip (${{ env.ZIP_NAME }})hoch..."
|
||||||
RESPONSE=$(curl -s -k -X POST
|
RESPONSE=$(curl -s -k -X POST "https://${{ vars.RELEASE_URL }}/api/v1/repos/${{ github.repository }}/releases/${{ env.RELEASE_ID }}/assets?name=${{ env.ZIP_NAME }}" \
|
||||||
"https://${{ vars.RELEASE_URL }}/api/v1/repos/${{ github.repository }}/releases/${{ env.RELEASE_ID }}/assets?name=${{ env.ZIP_NAME }}" \
|
|
||||||
-H "accept: application/json" \
|
-H "accept: application/json" \
|
||||||
-H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" \
|
-H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" \
|
||||||
-H "Content-Type: multipart/form-data" \
|
-H "Content-Type: multipart/form-data" \
|
||||||
|
|||||||
Reference in New Issue
Block a user