p
Some checks failed
/ upload (release) Failing after 14s

This commit is contained in:
pavel 2026-02-25 16:45:05 +01:00
commit 551c8ef145

View file

@ -11,8 +11,6 @@ jobs:
with: with:
node-version: 24 node-version: 24
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- name: Install packaging deps (Linux + Windows cross-build)
run: sudo apt-get update && sudo apt-get install -y rpm wine64 nsis
- run: npm ci - run: npm ci
- run: npm run dist:linux - run: npm run dist:linux
- run: npm run dist:win - run: npm run dist:win