Skip to content

Commit 9cf3ed8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-repository.yml

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

5151
- name: Publish Pages
52-
run: build.sh Publish --output $GITHUB_WORKSPACE/${{env.publishDirectory}}
52+
run: build.cmd Publish --output ${{env.publishDirectory}}
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555

0 commit comments

Comments
 (0)