Remove build from plugin upload
All checks were successful
Build & Release WordPress Plugin / build (push) Successful in 22s
All checks were successful
Build & Release WordPress Plugin / build (push) Successful in 22s
This commit is contained in:
parent
c25710e4bd
commit
e295fcbfb3
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue