Don't include Postgres binaries in neon.tgz

neon.tgz artifact in the github workflow included the contents of
'tmp_install', but that seems pointless, because the same files are
included earlier already in the pg.tgz artifact.
This commit is contained in:
Heikki Linnakangas
2022-07-14 18:49:06 +03:00
committed by Heikki Linnakangas
parent fe65d1df74
commit a490f64a68
2 changed files with 14 additions and 4 deletions

View File

@@ -179,9 +179,6 @@ jobs:
done
fi
- name: Install postgres binaries
run: cp -a tmp_install /tmp/neon/pg_install
- name: Prepare neon artifact
run: tar -C /tmp/neon/ -czf ./neon.tgz .