ci/cd: test build cpu version

This commit is contained in:
Xinrea
2025-04-25 19:25:20 +08:00
parent 20e11c48ff
commit 77dde29f8d
4 changed files with 6 additions and 1 deletions

View File

@@ -19,6 +19,9 @@ jobs:
- platform: "windows-latest"
args: "--features cuda"
features: "cuda"
- platform: "windows-latest"
args: ""
features: "cpu"
runs-on: ${{ matrix.platform }}
steps:

View File

@@ -1,7 +1,7 @@
{
"name": "bili-shadowreplay",
"private": true,
"version": "2.4.2",
"version": "2.4.3",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,4 +1,5 @@
{
"productName": "bili-shadowreplay-cpu",
"app": {
"windows": [
{

View File

@@ -1,4 +1,5 @@
{
"productName": "bili-shadowreplay",
"app": {
"windows": [
{