RC 1
All checks were successful
Windows Release / build-windows (push) Successful in 3m0s

This commit is contained in:
2025-12-04 14:27:40 -05:00
parent d5ead6deaf
commit 3c293dbca7
3 changed files with 9 additions and 4 deletions

View File

@@ -1,7 +1,12 @@
name: Manual Windows Release
name: Windows Release
on:
workflow_dispatch:
push:
paths:
- 'electron-app/package.json'
branches:
- main
jobs:
build-windows:
@@ -36,7 +41,7 @@ jobs:
run: npx electron-builder --win portable --config electron-builder.yml
- name: Upload Windows portable artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: rmtPocketWatcher-Windows-Portable
path: electron-app/release/rmtPocketWatcher-*.exe

View File

@@ -13,7 +13,7 @@ win:
target:
- portable
artifactName: ${productName}-${version}-${arch}.${ext}
icon: build/icon.ico
icon: null
mac:
target:
- dmg

View File

@@ -1,6 +1,6 @@
{
"name": "rmtpocketwatcher",
"version": "1.0.1",
"version": "1.0.2",
"description": "Real-time AUEC price tracking desktop application",
"type": "module",
"main": "dist/main/index.js",