Skip to content

fix for empty monitor size #32

fix for empty monitor size

fix for empty monitor size #32

name: Release Windows app
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.22.0'
channel: 'stable'
cache: true
- run: flutter build windows --release
- name: Archive Release
uses: thedoctor0/zip-release@master
with:
type: 'zip'
filename: skyle_ik-windows.zip
directory: build/windows/x64/runner/Release
- name: Create Github Release
uses: ncipollo/release-action@v1
with:
artifacts: 'build/windows/x64/runner/Release/skyle_ik-windows.zip'
tag: '2.2.0'
commit: main
allowUpdates: true