We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d435d5 commit e19267aCopy full SHA for e19267a
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: Release PG_CLI
+name: Release Binary
2
3
on:
4
workflow_dispatch:
@@ -61,7 +61,7 @@ jobs:
61
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
62
63
- name: 🛠️ Run Build
64
- run: cargo build -p pg_cli --release --target ${{ matrix.config.target }}
+ run: cargo build -p pglt_cli --release --target ${{ matrix.config.target }}
65
66
# windows is a special snowflake to, it saves binaries as .exe
67
- name: 👦 Name the Binary
0 commit comments