diff options
| author | John MacFarlane <[email protected]> | 2023-01-20 10:53:25 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-01-20 10:53:25 -0800 |
| commit | 4d1d956dc8f4ba487ef35629a9c4f63ba200f7aa (patch) | |
| tree | 4885c8917a2178fabaf03cd51ebea9864a7e333e /linux/make_artifacts.sh | |
| parent | 48b1370f94df2abc447030559c4284d5b1cedb8d (diff) | |
make_artifacts.sh: add diagnostic.
Diffstat (limited to 'linux/make_artifacts.sh')
| -rw-r--r-- | linux/make_artifacts.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/make_artifacts.sh b/linux/make_artifacts.sh index 1da9efbd3..51be8252f 100644 --- a/linux/make_artifacts.sh +++ b/linux/make_artifacts.sh @@ -16,6 +16,8 @@ esac ARTIFACTS="${ARTIFACTS:-/artifacts}" +ls -l "$ARTIFACTS" + # build binaries cabal --version |
