mirror of
https://github.com/Vomitblood/stort.git
synced 2024-11-26 13:55:27 +08:00
updated github actions workflow
This commit is contained in:
parent
8018315813
commit
a2e5885d55
4
.github/workflows/build-validation.yml
vendored
4
.github/workflows/build-validation.yml
vendored
|
@ -62,12 +62,12 @@ jobs:
|
|||
draft: false
|
||||
prerelease: false
|
||||
|
||||
- name: Upload whatsip artifact to release (Windows)
|
||||
- name: Upload build to release
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./src-tauri/target/release/bundle/appimage/*.AppImage
|
||||
asset_path: ./src-tauri/target/release/bundle/appimage/stort_0.1.0_amd64.AppImage
|
||||
asset_name: stort.AppImage
|
||||
asset_content_type: application/octet-stream
|
||||
|
|
Loading…
Reference in a new issue