diff options
| author | John MacFarlane <[email protected]> | 2023-03-27 12:59:53 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-27 12:59:53 -0700 |
| commit | d39921ea82f10f90fece345297ec6299f2a12064 (patch) | |
| tree | b7a06fbd02e67e58b105c3b113012776f2303846 /.cirrus.yml | |
| parent | 6e45e0e4493048825697206dc9bc3c038f3e0113 (diff) | |
Cirrus: another attempt to name artifacts.
Diffstat (limited to '.cirrus.yml')
| -rw-r--r-- | .cirrus.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index c603c1bf0..76656d5b2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -20,7 +20,7 @@ task: - sh macos/make_macos_release.sh zip_artifact_script: - zip -r ./macos-arm64.zip ./macos-arm64 - artifacts: + macos_arm64_artifacts: path: ./macos-arm64.zip task: @@ -47,7 +47,7 @@ task: - bash linux/make_artifacts.sh zip_artifact_script: - tar cvzf ./linux-arm64.tar.gz ./linux-arm64 - artifacts: + linux_arm64_artifacts: path: ./linux-arm64.tar.gz task: @@ -74,5 +74,5 @@ task: - bash linux/make_artifacts.sh zip_artifact_script: - tar cvzf ./linux-amd64.tar.gz ./linux-amd64 - artifacts: + linux_amd64_artifacts: path: ./linux-amd64.tar.gz |
