We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5675c commit a90aafeCopy full SHA for a90aafe
.github/workflows/release.yml
@@ -74,7 +74,6 @@ jobs:
74
# https://github.com/pksunkara/pgx_ulid/blob/master/.github/workflows/release.yml
75
env:
76
NAME: upid_pg
77
- name: Build & Release for linux
78
timeout-minutes: 60
79
runs-on: ubuntu-latest
80
steps:
@@ -103,7 +102,7 @@ jobs:
103
102
run: |
104
# selects the pgVer from pg_config on path
105
# https://github.com/tcdi/pgrx/issues/288
106
- cargo pgrx package --no-default-features --features pg16
+ cargo pgrx package --no-default-features --features pg16 --package upid_pg
107
108
# Create installable package
109
mkdir archive
0 commit comments