Skip to content

fix: yml typo

fix: yml typo #34

name: "Release-Windows"
on:
push:
branches:
- 'win32-support'
jobs:
publish:
runs-on:
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: 7): Unexpected value 'strategy'
matrix:
config:
- { os: windows-latest, arch: ia32, name: windows-latest-32 }
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: "win32-support"
- 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