Updates
This commit is contained in:
parent
c38d7cf9c3
commit
569df0ea42
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -41,4 +41,10 @@ jobs:
|
|||
- name: Upload Release Asset
|
||||
id: upload-release-asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
en
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./dist/your-asset.zip # replace with the path to your asset
|
||||
asset_name: your-asset.zip # replace with the name of your asset
|
||||
asset_content_type: application/zip
|
Loading…
Reference in New Issue
Block a user