Skip to content

Add Anthropic's claude 3.5 haiku #33

Add Anthropic's claude 3.5 haiku

Add Anthropic's claude 3.5 haiku #33

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:
- '**'
paths-ignore:
- '**/*.md'
- '**.md'
- '.github/**'
- 'docs/**'
pull_request:
branches:
- main
jobs:
windows-build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4.1.7
- name: Set up Java
uses: actions/setup-java@v4.2.2
with:
distribution: 'zulu'
java-version: '17'
- name: Set up Flutter
uses: subosito/flutter-action@v2.16.0
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