This commit is contained in:
parent
b341da7849
commit
292277eb8b
|
@ -26,7 +26,7 @@ jobs:
|
||||||
npm install
|
npm install
|
||||||
wails build -clean -platform darwin/arm64
|
wails build -clean -platform darwin/arm64
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: dequoter-darwin-arm64
|
name: dequoter-darwin-arm64
|
||||||
path: build/bin/
|
path: build/bin/
|
||||||
|
|
Loading…
Reference in a new issue