aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-03-11 10:19:09 -0800
committerJohn MacFarlane <[email protected]>2023-03-11 10:19:09 -0800
commit7c762a0c792fa5169fc410830ff00a8050be87f9 (patch)
tree3b37b2f3f040a155e17529a046b133afc810d729 /.cirrus.yml
parentd490ee894d0923a56a9a5ade1044eb850bca06fa (diff)
Cirrus: fix path in zip command.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index ca2766bf3..fb396de83 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -16,6 +16,6 @@ task:
install_script: |
sh macos/make_macos_release.sh
ls
- zip -r macos_release_candidate.zip macos_release_candidate
+ zip -r macos-release-candidate.zip macos-release-candidate
artifacts:
path: macos_release_candidate.zip