mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 06:56:33 +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
|
name: Build and Package Electron App
|
||||||
|
|
||||||
on: [push]
|
on: [ push ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -8,7 +8,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [20.x]
|
node-version: [ 20.x ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -25,7 +25,7 @@ jobs:
|
|||||||
run: yarn build:win
|
run: yarn build:win
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: @actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ExamShowboard-Windows
|
name: ExamShowboard-Windows
|
||||||
path: dist/*.exe
|
path: dist/*.exe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user