Skip to content

Commit

Permalink
compress empty folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ks233 committed Dec 30, 2023
1 parent 6b2f02a commit 88fc3e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
run: mkdir ./bin/Release/net6.0-window/extra_prompts

- name: Create win client archive
run: Compress-Archive -Path ./bin/Release/net6.0-windows/* -DestinationPath client-win-x64.zip
run: |
ren ".\bin\Release\net6.0-windows" "ja-learner"
Compress-Archive -Path ./bin/Release/ja-learner -DestinationPath client-win-x64.zip -Force
- name: Get current date
id: date
Expand Down

0 comments on commit 88fc3e8

Please sign in to comment.