updated github actions workflow

This commit is contained in:
Vomitblood 2024-08-07 18:15:09 +08:00
parent 8018315813
commit a2e5885d55

View file

@ -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