We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2e46d commit 3485909Copy full SHA for 3485909
.github/workflows/pr.yml
@@ -24,6 +24,8 @@ jobs:
24
- run: npm install
25
- name: Set chmod
26
run: chmod +x ./build.sh
27
+ - name: Create dir
28
+ run: mkdir -p /home/runner/work/cwtools-vscode/cwtools-vscode/src/Main/bin/Release/net9.0/win-x64/zh-hans
29
- name: Test build
30
run: /bin/sh ./build.sh DryRelease
31
- name: Test
0 commit comments