Skip to content

Trying to fix upload #13

Trying to fix upload

Trying to fix upload #13

Workflow file for this run

name: Push on main
on:
push:
branches:
- 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
call-publish-workflow:
needs: call-executetests-workflow
uses: ./.github/workflows/publish.yml
with:
nexus-path: ${{vars.NEXUSARTIFACTREPO}}/latest
secrets: inherit