This commit is contained in:
@@ -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
|
||||
|
||||
@@ -13,7 +13,7 @@ win:
|
||||
target:
|
||||
- portable
|
||||
artifactName: ${productName}-${version}-${arch}.${ext}
|
||||
icon: build/icon.ico
|
||||
icon: null
|
||||
mac:
|
||||
target:
|
||||
- dmg
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user