Add attempt to push to release

This commit is contained in:
j 2025-06-16 17:44:09 +10:00
parent e53029367f
commit ab56666c96

View file

@ -35,3 +35,11 @@ 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