Skip to content

Add windows release workflow for testing #1

Add windows release workflow for testing

Add windows release workflow for testing #1

Workflow file for this run

name: Build Release
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2

Check failure on line 14 in .github/workflows/build_release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_release.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
- name: Run gen_release.ps1
shell: pwsh
run: ./scripts/gen_release.ps1
- name: Upload build artifact
uses: actions/upload-artifact@v2
with:
name: release-windows
path: release.zip