Skip to content

Commit a90aafe

Browse files
authored
fix release deb build (#3)
1 parent bd5675c commit a90aafe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ jobs:
7474
# https://github.com/pksunkara/pgx_ulid/blob/master/.github/workflows/release.yml
7575
env:
7676
NAME: upid_pg
77-
name: Build & Release for linux
7877
timeout-minutes: 60
7978
runs-on: ubuntu-latest
8079
steps:
@@ -103,7 +102,7 @@ jobs:
103102
run: |
104103
# selects the pgVer from pg_config on path
105104
# https://github.com/tcdi/pgrx/issues/288
106-
cargo pgrx package --no-default-features --features pg16
105+
cargo pgrx package --no-default-features --features pg16 --package upid_pg
107106
108107
# Create installable package
109108
mkdir archive

0 commit comments

Comments
 (0)