We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83d48f commit 9cf3ed8Copy full SHA for 9cf3ed8
.github/workflows/build-repository.yml
@@ -49,7 +49,7 @@ jobs:
49
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj') }}
50
51
- name: Publish Pages
52
- run: build.sh Publish --output $GITHUB_WORKSPACE/${{env.publishDirectory}}
+ run: build.cmd Publish --output ${{env.publishDirectory}}
53
env:
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
0 commit comments