Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Feb 7, 2024
1 parent fb415a0 commit f3db408
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ jobs:
build:
runs-on: macos-latest
steps:
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/macos/Build/Products/Release/alic.app
- 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

0 comments on commit f3db408

Please sign in to comment.