We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88fc3e8 commit 748ff5dCopy full SHA for 748ff5d
.github/workflows/dotnet_build.yml
@@ -45,12 +45,12 @@ jobs:
45
run: mv ja-learner/dist_vue/dist ./bin/Release/net6.0-windows/
46
47
- name: Create extra_prompts folder
48
- run: mkdir ./bin/Release/net6.0-window/extra_prompts
+ run: mkdir ./bin/Release/net6.0-windows/extra_prompts
49
50
- name: Create win client archive
51
run: |
52
ren ".\bin\Release\net6.0-windows" "ja-learner"
53
- Compress-Archive -Path ./bin/Release/ja-learner -DestinationPath client-win-x64.zip -Force
+ Compress-Archive -Path ./bin/Release/ja-learner -DestinationPath client-win-x64.zip
54
55
- name: Get current date
56
id: date
0 commit comments