Skip to content

Merge pull request #4 from 1runeberg/stage-0.3.0 #17

Merge pull request #4 from 1runeberg/stage-0.3.0

Merge pull request #4 from 1runeberg/stage-0.3.0 #17

Workflow file for this run

name: Windows
on:
workflow_call:
inputs:
release_tag:
required: true
type: string
release_name:
required: true
type: string
push:
branches:
- '**'
pull_request:
branches:
- main
jobs:
windows-build:
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- name: Set up Java
uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: '17'
- name: Set up Flutter
uses: subosito/[email protected]
with:
channel: 'stable'
- name: Install dependencies
run: cd confichat && flutter pub get
- name: Update third party licenses window
run: cd confichat && flutter pub run flutter_oss_licenses:generate.dart
- name: Build Windows App
run: cd confichat && flutter build windows --release