Some fixes to the build call
Some checks failed
Build / build (push) Failing after 26s

This commit is contained in:
Leon Mika 2025-09-07 09:45:04 +10:00
parent 8bfcdd9f49
commit b341da7849

View file

@ -24,7 +24,7 @@ jobs:
- name: Build - name: Build
run: | run: |
npm install npm install
wails build -platform darwin/arm64 -o Dequoter.app wails build -clean -platform darwin/arm64
- name: Upload build artifacts - name: Upload build artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: