8000
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 ba4836d commit 35c3abaCopy full SHA for 35c3aba
.github/workflows/release.yml
@@ -94,9 +94,9 @@ jobs:
94
run: |
95
npm ci
96
npm run pkg
97
- tar -czvf postgres-meta-linux.tar.gz -C ./bin app-linux
98
- tar -czvf postgres-meta-macos.tar.gz -C ./bin app-macos
99
- tar -czvf postgres-meta-windows.tar.gz -C ./bin app-win.exe
+ tar -czvf postgres-meta-linux.tar.gz -C ./bin postgres-meta-linux
+ tar -czvf postgres-meta-macos.tar.gz -C ./bin postgres-meta-macos
+ tar -czvf postgres-meta-windows.tar.gz -C ./bin postgres-meta-win.exe
100
101
- name: Get upload url
102
if: env.HAS_NEW_RELEASE == 1
0 commit comments