Compare commits
No commits in common. "8e4164d0180a126e3ddb3b3f544a4e0bdd197197" and "a879e7e6798890ce3757c1956440a90ad4158148" have entirely different histories.
8e4164d018
...
a879e7e679
1 changed files with 0 additions and 8 deletions
|
@ -35,11 +35,3 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: ${{ env.REPO_NAME }}-plugin-zip
|
name: ${{ env.REPO_NAME }}-plugin-zip
|
||||||
path: /tmp/${{ env.REPO_NAME }}.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