We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1a6e2 commit efce953Copy full SHA for efce953
.github/workflows/package-extension.yml
@@ -44,6 +44,9 @@ jobs:
44
export PGVERSION=${pg}
45
export ARCH=amd64
46
47
+ # Fix permissions
48
+ sudo chown -R ${USER}:${USER} target/release
49
+
50
mkdir -p target/release/pgml-pg${pg}/DEBIAN
51
(cat control | envsubst) > target/release/pgml-pg${pg}/DEBIAN/control
52
dpkg-deb --build target/release/pgml-pg${pg} postgresql-pgml-${pg}_${PACKAGE_VERSION}-ubuntu1-amd64.deb
0 commit comments