diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 7f03c2b..6fb0879 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -40,7 +40,7 @@ jobs: shell: pwsh - name: Update version in project - run: dotnet script UpdateVersion.csx + run: dotnet script "${{ github.workspace }}/UpdateVersion.csx" env: GITHUB_RUN_NUMBER: ${{ github.run_number }} shell: pwsh