Skip to content

Commit

Permalink
fix: broken path inside window binary zipped file (#6812)
Browse files Browse the repository at this point in the history
  • Loading branch information
10ko authored Jan 30, 2025
1 parent ca9deca commit fe2fbda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,9 @@ jobs:
name: Prepare the windows binary zip and cleanup
command: |
rm dist/garden-<<parameters.version>>-windows-amd64.zip
zip -r dist/garden-<<parameters.version>>-windows-amd64.zip dist/windows-amd64
cd dist
zip -r garden-<<parameters.version>>-windows-amd64.zip windows-amd64
cd ..
sha256sum dist/garden-<<parameters.version>>-windows-amd64.zip | cut -d ' ' -f1 > dist/garden-<<parameters.version>>-windows-amd64.zip.sha256
- persist_to_workspace:
root: ./
Expand Down

0 comments on commit fe2fbda

Please sign in to comment.