Skip to content

Commit

Permalink
Fix cirrus macosx upload
Browse files Browse the repository at this point in the history
  • Loading branch information
michalszmidt committed Sep 4, 2023
1 parent 8eacb3c commit 1d2f084
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ task:
- mv hctl hctl-macosx-silicon
- sha256sum hctl-macosx-silicon > sha256-hctl-macosx-silicon
- mv hctl-macosx-silicon ../../ && mv sha256-hctl-macosx-silicon ../../


upload_script:
- whoami
- ls -lah
- files_to_upload=($(ls | grep hctl));
- ls -lah files_to_upload=($(ls | grep hctl)); . ./upload.sh

0 comments on commit 1d2f084

Please sign in to comment.