Skip to content

Commit

Permalink
continue CD work
Browse files Browse the repository at this point in the history
  • Loading branch information
Pebkac03 committed Aug 7, 2024
1 parent 71ee1dc commit 9fe0a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
- name: list directory
run: ls -a
- name: build linux
run: flutter build linux
run: flutter build linux --release
- name: Upload build
uses: actions/upload-artifact@v4
with:
name: linux-build
path: build/linux/x64/release/bundle/espanso_gui_v2
path: build/linux/x64/release/bundle/

0 comments on commit 9fe0a02

Please sign in to comment.