Skip to content

fix: yml typo

fix: yml typo #28

name: "Release-Windows"
on:
push:
branches:
- 'win32-support'
jobs:
publish:
runs-on: windows-latest
strategy:

Check failure on line 10 in .github/workflows/release-windows.yml

View workflow run for this annotation

GitHub Actions / Release-Windows

Invalid workflow file

The workflow is not valid. .github/workflows/release-windows.yml (Line: 10, Col: 14): Unexpected value '' .github/workflows/release-windows.yml (Line: 11, Col: 5): Unexpected value 'fail-fast'
fail-fast: false
matrix:
config:
- name: "Windows 32bit"
arch: x86
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: "master"
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
- name: Restore dependencies
run: yarn install
- name: Build Typescript
run: yarn build-tsc
- name: Build for Windows
run: yarn build-win
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: artifacts
path: |
./dist/*.exe
./dist/*.blockmap
./dist/latest.yml