Skip to content

Commit 35c3aba

Browse files
committed
fix(release): update release.yml
1 parent ba4836d commit 35c3aba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ jobs:
9494
run: |
9595
npm ci
9696
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
97+
tar -czvf postgres-meta-linux.tar.gz -C ./bin postgres-meta-linux
98+
tar -czvf postgres-meta-macos.tar.gz -C ./bin postgres-meta-macos
99+
tar -czvf postgres-meta-windows.tar.gz -C ./bin postgres-meta-win.exe
100100
101101
- name: Get upload url
102102
if: env.HAS_NEW_RELEASE == 1

0 commit comments

Comments
 (0)