Skip to content

Commit

Permalink
test windows release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Nov 7, 2024
1 parent d817062 commit d195313
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,14 +265,12 @@ jobs:
- name: Zip the binaries
shell: bash
run: |
pwd
mkdir 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
- name: Publish
shell: bash
run: |
OUTFILE=$(echo '${{ needs.validate-preconditions.outputs.s3_arns }}' | jq -r '.["${{ github.job }}"]')
echo $OUTFILE
Expand Down

0 comments on commit d195313

Please sign in to comment.