Avoid generating icons in runner

This commit is contained in:
olcxja 2026-05-10 17:05:48 +02:00
commit cc6ceae680
30 changed files with 12 additions and 19 deletions

View file

@ -20,15 +20,6 @@ jobs:
with:
node-version: 24
- name: Sync capacitor
run: npx cap sync
- name: Generate assets
run: npx capacitor-assets generate --android
- name: Update web app
run: npx cap copy
- name: Setup Java
uses: actions/setup-java@v4
with: