Skip to content

Commit

Permalink
fix directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Nov 7, 2024
1 parent d195313 commit 79dcefe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,9 @@ jobs:
- name: Zip the binaries
shell: bash
run: |
mkdir -p out
bin_dir=$(stack path --local-install-root)/bin
echo "$bin_dir"
(cd "$bin_dir" && powershell -Command "Compress-Archive -Path concordium-client.exe,concordium_base.dll,sha_2.dll -DestinationPath concordium-client.zip")
mv -f "$bin_dir/concordium-client.zip" out/concordium-client.zip
Expand Down

0 comments on commit 79dcefe

Please sign in to comment.