diff options
| author | John MacFarlane <[email protected]> | 2023-03-10 09:31:42 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-10 09:31:42 -0800 |
| commit | 7e80a466281871298b8fea1646d973fc68d837da (patch) | |
| tree | 07b8331db90bf190ede7a01b4a944552b8ec0e25 /.cirrus.yml | |
| parent | ffb1e73356cfcdfb52f92901bc141631e0cce252 (diff) | |
Fix cirrus syntax.
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 de4618756..d9eac021d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -7,4 +7,5 @@ task: brew_script: brew install cabal-install script: - sh macos/make_macos_release.sh - artifacts: macos_release_candidate + artifacts: + path: macos_release_candidate |
