diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index 0c40d58..cd9febe 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -33,8 +33,7 @@ jobs: # ensure we start executing commands in the correct folder - name: Navigate to Workspace run: | - cd $GITHUB_WORKSPACE - cd Solution + cd ${{ github.workspace }}\Solution # create the output folder - name: Create Build Directory diff --git a/.github/workflows/deploy-release-binaries.yml b/.github/workflows/deploy-release-binaries.yml index 34200bf..1d6ff8f 100644 --- a/.github/workflows/deploy-release-binaries.yml +++ b/.github/workflows/deploy-release-binaries.yml @@ -35,8 +35,7 @@ jobs: # move to the correct folder - name: Navigate to Workspace run: | - cd $GITHUB_WORKSPACE - cd Solution + cd ${{ github.workspace }}\Solution # create the output folder - name: Create Build Directory