This commit is contained in:
parent
292277eb8b
commit
e94044af0f
|
@ -24,9 +24,13 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
wails build -clean -platform darwin/arm64
|
wails build -clean -platform darwin/arm64 -o Dequoter.app
|
||||||
|
- name: Bundle
|
||||||
|
run: |
|
||||||
|
cd build/bin/
|
||||||
|
zip -r dequoter-darwin-arm64.zip Dequoter.app
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: dequoter-darwin-arm64
|
name: dequoter-darwin-arm64
|
||||||
path: build/bin/
|
path: build/bin/dequoter-darwin-arm64.zip
|
||||||
|
|
Loading…
Reference in a new issue