upload portable too
This commit is contained in:
parent
ed10ec8c09
commit
2d382fa63d
1 changed files with 6 additions and 0 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue