Skip to content

Commit c76904b

Browse files
authored
Update build-repository.yml
1 parent 9cf3ed8 commit c76904b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-repository.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj') }}
5050

5151
- name: Publish Pages
52-
run: build.cmd Publish --output ${{env.publishDirectory}}
52+
shell: bash
53+
run: ./build.sh --target Publish --output ${{env.publishDirectory}}
5354
env:
5455
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5556

0 commit comments

Comments
 (0)