Update release.yaml
This commit is contained in:
parent
a5789dff53
commit
3e33559ae9
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -85,6 +85,6 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.DAMIEN_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.DAMIEN_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./src-tauri/target/release/bundle/
|
asset_path: ./src-tauri/target/release/bundle/*
|
||||||
asset_name: my_app_${{ github.event.inputs.version }}
|
asset_name: my_app_${{ github.event.inputs.version }}
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user