forgot to use new build step

This commit is contained in:
DJ2LS 2023-10-23 09:19:16 +02:00
parent 56de66e68e
commit f153b1dbf1
2 changed files with 2 additions and 2 deletions

View file

@ -372,7 +372,7 @@ jobs:
working-directory: gui
run: |
npm i
npm run build
npm run release
- name: Compress Modem
uses: thedoctor0/zip-release@master

View file

@ -2,7 +2,7 @@
"name": "FreeDATA",
"description": "FreeDATA",
"private": true,
"version": "0.11.0-alpha.2",
"version": "0.11.0-alpha.3",
"main": "dist-electron/main/index.js",
"scripts": {
"start": "git pull && npm i && vite",