Skip to content

Tooltips

Tooltips #8

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Build
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: "stable"
architecture: x64
- run: flutter config --enable-macos-desktop
- run: flutter build macos
- name: Release
uses: softprops/action-gh-release@v1
with:
files: build/macos/Build/Products/Release/alic.app