Skip to content

Commit

Permalink
fix deb package path
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia committed Jan 14, 2023
1 parent 257638a commit debce79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ jobs:
# symlinks to Copy files into directory structure
cd ${package_dir}/usr/lib/postgresql/lib
ln -s *.so ${{ matrix.extension_name }}.so
cd -
mkdir -p ${package_dir}/usr/lib/postgresql/${{ matrix.postgres }}/lib
cd ${package_dir}/usr/lib/postgresql/${{ matrix.postgres }}/lib
cp -s ../../lib/*.so .
ln -s *.so ${{ matrix.extension_name }}.so
cd ../../../../../..
mkdir -p ${package_dir}/usr/share/postgresql/${{ matrix.postgres }}/extension
Expand Down

0 comments on commit debce79

Please sign in to comment.