Skip to content

Commit e3f5df5

Browse files
committed
Try switch to use Powershell with windows 2022.
1 parent d19a3ed commit e3f5df5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
Expand-Archive ./docfx.zip -d ./docfx
4949
./docfx/docfx.exe --version
50-
echo "${GITHUB_WORKSPACE}/docfx" >> $GITHUB_PATH
50+
echo "%GITHUB_WORKSPACE%/docfx" >> $GITHUB_PATH
5151
- name: Checkout DocFxMarkdownGen
5252
uses: actions/checkout@v3
5353
with:

0 commit comments

Comments
 (0)