Try to fix desktop builds
This commit is contained in:
parent
a3f9280a1e
commit
ce5a1e330b
3 changed files with 4 additions and 25 deletions
|
|
@ -20,9 +20,6 @@ jobs:
|
|||
with:
|
||||
node-version: 24
|
||||
|
||||
- name: Install deps
|
||||
run: npm ci
|
||||
|
||||
- name: Sync capacitor
|
||||
run: npx cap sync
|
||||
|
||||
|
|
@ -56,5 +53,5 @@ jobs:
|
|||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: miarven
|
||||
name: Android
|
||||
path: ./android/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
Loading…
Add table
Add a link
Reference in a new issue