Skip to content

ci(build): 更新_checkout和setup-node动作至v4 #2

ci(build): 更新_checkout和setup-node动作至v4

ci(build): 更新_checkout和setup-node动作至v4 #2

Workflow file for this run

name: Build and Package Electron App
on: [push]
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
- name: Build and package for Windows
run: yarn build:win
- name: Upload artifact
uses: @actions/upload-artifact@v4

Check failure on line 28 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

You have an error in your yaml syntax on line 28
with:
name: ExamShowboard-Windows
path: dist/*.exe