Skip to content

Commit

Permalink
fixup: universal
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Oct 28, 2023
1 parent 7573ff5 commit 96a89e1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,9 @@ jobs:
with:
go-version: 1.18.5
- name: Build app
env:
UNIVERSAL: true
run: ./build.sh
run: ./build.sh --universal
- name: Build test executable
env:
TARGET: aarch64-apple-darwin
run: ./gui/scripts/build-test-executable.sh
run: ./gui/scripts/build-test-executable.sh aarch64-apple-darwin
- uses: actions/upload-artifact@v3
if: '!cancelled()'
with:
Expand Down

0 comments on commit 96a89e1

Please sign in to comment.