Skip to content

added version patching to default build also (to align window top bar… #30

added version patching to default build also (to align window top bar…

added version patching to default build also (to align window top bar… #30

Workflow file for this run

name: TestReleases
on:
push:
paths:
- TEST_RELEASE_NOTES.md
- .github/workflows/testrelease.yml
jobs:
win32_x64:
name: windows
runs-on: windows-latest
steps:
- name: Install Dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.100'
- name: Checkout
uses: actions/checkout@v2
- name: Yarn Install
working-directory: aardium
run: yarn install
- name: Build
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: .\build.cmd GitHubRelease --test