Skip to content

Commit

Permalink
fix release deb build (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne authored Jul 12, 2024
1 parent bd5675c commit a90aafe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a90aafe

Please sign in to comment.