Removed -o option, seems to be breaking build
All checks were successful
Build / build (push) Successful in 1m0s
All checks were successful
Build / build (push) Successful in 1m0s
This commit is contained in:
parent
e94044af0f
commit
a93dc05667
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
npm install
|
||||
wails build -clean -platform darwin/arm64 -o Dequoter.app
|
||||
wails build -clean -platform darwin/arm64
|
||||
- name: Bundle
|
||||
run: |
|
||||
cd build/bin/
|
||||
|
|
Loading…
Reference in a new issue