upload portable too

This commit is contained in:
Henry Hiles 2026-01-08 13:24:08 -05:00
commit 2d382fa63d
No known key found for this signature in database

View file

@ -27,6 +27,12 @@ jobs:
flutter pub run build_runner build --delete-conflicting-outputs
flutter build windows --release
name: "Upload exe zip"
uses: "actions/upload-artifact@v4"
with:
name: "windows-portable"
path: "build/windows/x64/runner/Release/"
- name: "Install Inno Setup"
run: choco install innosetup -y