diff --git a/.github/workflows/build-validation.yml b/.github/workflows/build-validation.yml index d6491dd..9284b86 100644 --- a/.github/workflows/build-validation.yml +++ b/.github/workflows/build-validation.yml @@ -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