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
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
wails build -clean -platform darwin/arm64 -o Dequoter.app
|
wails build -clean -platform darwin/arm64
|
||||||
- name: Bundle
|
- name: Bundle
|
||||||
run: |
|
run: |
|
||||||
cd build/bin/
|
cd build/bin/
|
||||||
|
|
Loading…
Reference in a new issue