Skip to content

Commit 748ff5d

Browse files
committed
Update dotnet_build.yml
1 parent 88fc3e8 commit 748ff5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
run: mv ja-learner/dist_vue/dist ./bin/Release/net6.0-windows/
4646

4747
- name: Create extra_prompts folder
48-
run: mkdir ./bin/Release/net6.0-window/extra_prompts
48+
run: mkdir ./bin/Release/net6.0-windows/extra_prompts
4949

5050
- name: Create win client archive
5151
run: |
5252
ren ".\bin\Release\net6.0-windows" "ja-learner"
53-
Compress-Archive -Path ./bin/Release/ja-learner -DestinationPath client-win-x64.zip -Force
53+
Compress-Archive -Path ./bin/Release/ja-learner -DestinationPath client-win-x64.zip
5454
5555
- name: Get current date
5656
id: date

0 commit comments

Comments
 (0)