Skip to content

Commit f65f499

Browse files
authored
surely fixed the release this time (#6)
1 parent 7b2dcbe commit f65f499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
cargo pgrx init --pg${{ matrix.postgres }}=/usr/lib/postgresql/${{ matrix.postgres }}/bin/pg_config
115115
- name: Build
116116
run: |
117-
cargo pgrx package --no-default-features --features "pg${{ matrix.postgres }}"
117+
cargo pgrx package --no-default-features --features "pg${{ matrix.postgres }}" --package upid_pg
118118
119119
mkdir archive
120120
cp `find target/release -type f -name "${{ env.NAME }}*"` archive

0 commit comments

Comments
 (0)