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 working-directory: gui
run: | run: |
npm i npm i
npm run build npm run release
- name: Compress Modem - name: Compress Modem
uses: thedoctor0/zip-release@master uses: thedoctor0/zip-release@master

View file

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