Skip to content

Commit

Permalink
surely fixed the release this time (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne authored Jul 12, 2024
1 parent 7b2dcbe commit f65f499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
cargo pgrx init --pg${{ matrix.postgres }}=/usr/lib/postgresql/${{ matrix.postgres }}/bin/pg_config
- name: Build
run: |
cargo pgrx package --no-default-features --features "pg${{ matrix.postgres }}"
cargo pgrx package --no-default-features --features "pg${{ matrix.postgres }}" --package upid_pg
mkdir archive
cp `find target/release -type f -name "${{ env.NAME }}*"` archive
Expand Down

0 comments on commit f65f499

Please sign in to comment.