Skip to content

Commit

Permalink
Update dotnet_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ks233 committed Dec 30, 2023
1 parent 88fc3e8 commit 748ff5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
run: mv ja-learner/dist_vue/dist ./bin/Release/net6.0-windows/

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

- name: Create win client archive
run: |
ren ".\bin\Release\net6.0-windows" "ja-learner"
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
- name: Get current date
id: date
Expand Down

0 comments on commit 748ff5d

Please sign in to comment.