Skip to content

Commit e19267a

Browse files
committed
fix: review
1 parent 2d435d5 commit e19267a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release PG_CLI
1+
name: Release Binary
22

33
on:
44
workflow_dispatch:
@@ -61,7 +61,7 @@ jobs:
6161
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
6262

6363
- name: 🛠️ Run Build
64-
run: cargo build -p pg_cli --release --target ${{ matrix.config.target }}
64+
run: cargo build -p pglt_cli --release --target ${{ matrix.config.target }}
6565

6666
# windows is a special snowflake to, it saves binaries as .exe
6767
- name: 👦 Name the Binary

0 commit comments

Comments
 (0)