Skip to content

Commit

Permalink
Merge branch 'main' into releases/terminalone/app
Browse files Browse the repository at this point in the history
  • Loading branch information
atinylittleshell committed Feb 17, 2024
2 parents 79c6018 + 6949a74 commit 9ecc281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: install dependencies
run: npm ci
- name: build for windows
run: npm run publish:app:windows
run: npm run publish:app:windows:x64
build_on_mac:
runs-on: macos-latest
env:
Expand Down Expand Up @@ -83,4 +83,4 @@ jobs:
- name: install dependencies
run: npm ci
- name: build for linux
run: npm run publish:app:linux
run: npm run publish:app:linux:x64

0 comments on commit 9ecc281

Please sign in to comment.