Merge pull request 'Add attempt to push to release' (#2) from feature-testing into main
Some checks failed
Build Plugin Zip / build-zip (push) Failing after 9s
Some checks failed
Build Plugin Zip / build-zip (push) Failing after 9s
Reviewed-on: #2
This commit is contained in:
commit
8e4164d018
1 changed files with 8 additions and 0 deletions
|
@ -35,3 +35,11 @@ jobs:
|
|||
with:
|
||||
name: ${{ env.REPO_NAME }}-plugin-zip
|
||||
path: /tmp/${{ env.REPO_NAME }}.zip
|
||||
|
||||
- name: Upload Release Asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
with:
|
||||
upload_url: ${{ github.event.release.upload_url }}
|
||||
asset_path: build/${{ env.REPO_NAME }}.zip
|
||||
asset_name: ${{ env.REPO_NAME }}.zip
|
||||
asset_content_type: application/zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue