cicd: update release from build pipeline
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
Details
parent
fdecbeb743
commit
cfd634ff70
|
|
@ -34,4 +34,4 @@ jobs:
|
|||
run: |
|
||||
curl -X PATCH -H "Content-Type: application/zip" \
|
||||
--data-binary @release.zip \
|
||||
"${{ .GITEA_API_URL }}/repos/${{ .GITEA_REPO_OWNER }}/${{ .GITEA_REPO_NAME }}/releases/${{ .GITEA_RELEASE_ID }}/assets?name=release.zip"
|
||||
"${{ GITEA_API_URL }}/repos/${{ GITEA_REPO_OWNER }}/${{ GITEA_REPO_NAME }}/releases/${{ GITEA_RELEASE_ID }}/assets?name=release.zip"
|
||||
|
|
|
|||
Loading…
Reference in New Issue