diff options
| author | John MacFarlane <[email protected]> | 2023-03-10 13:55:48 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-10 13:55:48 -0800 |
| commit | 26f952f03de2b9563915bef123a466c2eab7c233 (patch) | |
| tree | f75b2060708a933f7b9a2a694e17f842de838724 /.cirrus.yml | |
| parent | 5b78210ebebba263d8d594b8c62c724baa7e808f (diff) | |
Cirrus: zip file so it can be uploaded as artifact.
Diffstat (limited to '.cirrus.yml')
| -rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 757e5d484..4351c17b2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,5 +6,6 @@ task: brew_script: brew install cabal-install script: - sh macos/make_macos_release.sh + - zip -r macos_release_candidate.zip macos_release_candidate artifacts: - path: macos_release_candidate + path: macos_release_candidate.zip |
