fix(ci): typo

This commit is contained in:
hello8693 2024-08-27 16:23:23 +08:00
parent 2c30071514
commit fdf981dfe3

View File

@ -1,6 +1,6 @@
name: Build and Package Electron App
on: [push]
on: [ push ]
jobs:
build:
@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node-version: [20.x]
node-version: [ 20.x ]
steps:
- name: Checkout
@ -25,7 +25,7 @@ jobs:
run: yarn build:win
- name: Upload artifact
uses: @actions/upload-artifact@v4
uses: actions/upload-artifact@v4
with:
name: ExamShowboard-Windows
path: dist/*.exe