We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2dcbe commit f65f499Copy full SHA for f65f499
.github/workflows/release.yml
@@ -114,7 +114,7 @@ jobs:
114
cargo pgrx init --pg${{ matrix.postgres }}=/usr/lib/postgresql/${{ matrix.postgres }}/bin/pg_config
115
- name: Build
116
run: |
117
- cargo pgrx package --no-default-features --features "pg${{ matrix.postgres }}"
+ cargo pgrx package --no-default-features --features "pg${{ matrix.postgres }}" --package upid_pg
118
119
mkdir archive
120
cp `find target/release -type f -name "${{ env.NAME }}*"` archive
0 commit comments