Skip to content

Added capability to publish binaries to a release #61

Added capability to publish binaries to a release

Added capability to publish binaries to a release #61

Workflow file for this run

name: Push on feature
on:
push:
branches-ignore:
- main
jobs:
call-build-workflow:
uses: ./.github/workflows/Build.yml
with:
version: ${{vars.PRODUCTVERSION}}
runs-on: windows-latest
secrets: inherit
call-executetests-workflow:
needs: call-build-workflow
uses: ./.github/workflows/executetests.yml
secrets: inherit