We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf3ed8 commit c76904bCopy full SHA for c76904b
1 file changed
.github/workflows/build-repository.yml
@@ -49,7 +49,8 @@ jobs:
49
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj') }}
50
51
- name: Publish Pages
52
- run: build.cmd Publish --output ${{env.publishDirectory}}
+ shell: bash
53
+ run: ./build.sh --target Publish --output ${{env.publishDirectory}}
54
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
0 commit comments