From a90aafe6c3fec222149d9f00449a6f2a28949590 Mon Sep 17 00:00:00 2001 From: Chris Arderne Date: Fri, 12 Jul 2024 10:06:20 +0100 Subject: [PATCH] fix release deb build (#3) --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 905c51d..ced020c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,6 @@ jobs: # https://github.com/pksunkara/pgx_ulid/blob/master/.github/workflows/release.yml env: NAME: upid_pg - name: Build & Release for linux timeout-minutes: 60 runs-on: ubuntu-latest steps: @@ -103,7 +102,7 @@ jobs: run: | # selects the pgVer from pg_config on path # https://github.com/tcdi/pgrx/issues/288 - cargo pgrx package --no-default-features --features pg16 + cargo pgrx package --no-default-features --features pg16 --package upid_pg # Create installable package mkdir archive