We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee366e commit bb9606eCopy full SHA for bb9606e
.github/workflows/build-repository.yml
@@ -40,7 +40,7 @@ jobs:
40
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj') }}
41
42
- name: Publish Pages
43
- run: $GITHUB_WORKSPACE/build.sh Publish --output $GITHUB_WORKSPACE/${{env.publishDirectory}}
+ run: ./build.sh Publish --output $GITHUB_WORKSPACE/${{env.publishDirectory}}
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
0 commit comments