Skip to content

Build Release

Build Release #6

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@v3
- name: Run gen_release.ps1
shell: pwsh
run: |
cd scripts
./gen_release.ps1
- name: Unzip release.zip
shell: pwsh
run: Expand-Archive -Path release.zip -DestinationPath release
- name: Upload build artifact
uses: actions/upload-artifact@v3
with:
name: release-windows
path: TournamentStreamHelper/**