Remove build from plugin upload
All checks were successful
Build & Release WordPress Plugin / build (push) Successful in 22s

This commit is contained in:
j 2025-06-17 16:26:58 +10:00
parent c25710e4bd
commit e295fcbfb3

View file

@ -90,5 +90,5 @@ jobs:
curl -X POST "${GITHUB_API_URL}/repos/${GITHUB_REPOSITORY}/releases/${RELEASE_ID}/assets" \
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
-F "name=${PLUGIN_NAME}.zip" \
-F "attachment=@build/${PLUGIN_NAME}.zip"
-F "attachment=@${PLUGIN_NAME}.zip"