Skip to content

Commit

Permalink
fix(ci): don't copy the .control file
Browse files Browse the repository at this point in the history
It no longer exists
  • Loading branch information
soedirgo committed Jan 29, 2024
1 parent 8186db3 commit 370e2bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
mkdir -p ${package_dir}/usr/share/postgresql/${{ matrix.postgres }}/extension
cd ${package_dir}/usr/share/postgresql/${{ matrix.postgres }}/extension
cp -s ../../../../../var/lib/postgresql/extension/${{ matrix.extension_name }}.control .
cd ../../../../../..
# Create install control file
Expand Down

0 comments on commit 370e2bd

Please sign in to comment.