Skip to content

Commit

Permalink
Add release workflow for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Nov 30, 2023
1 parent be3677c commit 2844dc0
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,21 +115,21 @@ jobs:
path: |
desktop/liblantern.dylib
build-windows:
needs: build-desktop
permissions:
contents: "read"
id-token: "write"
env:
version: ${{ inputs.version }}
prefix: ${{ inputs.prefix }}
runs-on: windows-latest
steps:
- name: Download the win build output
uses: actions/download-artifact@v3
with:
name: libgo-windows-build
build-windows:
needs: build-desktop
permissions:
contents: "read"
id-token: "write"
env:
version: ${{ inputs.version }}
prefix: ${{ inputs.prefix }}
runs-on: windows-latest
steps:
- name: Download the win build output
uses: actions/download-artifact@v3
with:
name: libgo-windows-build

- name: Build Flutter app
run: flutter build windows
- name: Build Flutter app
run: flutter build windows

0 comments on commit 2844dc0

Please sign in to comment.