Skip to content

解决 Web 端在 iOS 下出现的 WebSocket 连接失败,导致聊天失败的问题 #70

解决 Web 端在 iOS 下出现的 WebSocket 连接失败,导致聊天失败的问题

解决 Web 端在 iOS 下出现的 WebSocket 连接失败,导致聊天失败的问题 #70

name: Build Windows app
on:
push:
branches:
- main
- develop
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Flutter
uses: subosito/[email protected]
with:
flutter-version: "3.19.2" # Set flutter version here
- name: Build Windows app
#run: flutter build windows --release
run: dart run msix:create --release -v --output-path build/windows/runner --output-name AIdea --install-certificate false
# - name: Copy dependencies
# run: copy .\windows\sqlite3.dll .\build\windows\runner\Release\
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: aidea
path: build/windows/runner/AIdea.msix