Added npm install step
Some checks failed
Build / build (push) Failing after 2m0s

This commit is contained in:
Leon Mika 2025-09-07 09:37:39 +10:00
parent 6a06faee7d
commit 8bfcdd9f49

View file

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