diff options
| author | John MacFarlane <[email protected]> | 2023-03-12 12:17:12 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-12 12:17:41 -0700 |
| commit | fcb8f070773200dedfa97384f6c6a8b6a5ad6128 (patch) | |
| tree | cc6d04aba37b030ea6dccb4b9dd9ee39ae22c552 | |
| parent | da7f54e88b34855f52f38b8293b90eb51a260d9e (diff) | |
Cirrus linux: tweak artifacts step.
| -rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index c133c0eeb..468f4976b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -37,6 +37,6 @@ task: upload_caches: - cabal_store package_script: - - ARTIFACTS=./linux/artifacts sh linux/make_artifacts.sh - artifacts: + - sh linux/make_artifacts.sh + release_candidate_artifacts: path: ./linux/artifacts/* |
