mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 02:16:34 +00:00
fix(ci): typo
This commit is contained in:
parent
2c30071514
commit
fdf981dfe3
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user