Skip to content

Commit 3485909

Browse files
committed
WIP
1 parent dd2e46d commit 3485909

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- run: npm install
2525
- name: Set chmod
2626
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
2729
- name: Test build
2830
run: /bin/sh ./build.sh DryRelease
2931
- name: Test

0 commit comments

Comments
 (0)