Skip to content

Commit 24d2b8d

Browse files
committed
Fix tar arguments
1 parent 001f85e commit 24d2b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
path: dist_windows/rust-deploy-test.exe
8686
- name: Prepare archives
8787
run: |
88-
tar -C dist_linux -Jxvf rust-deploy-test.linux.tar.bz2 .
89-
tar -C dist_mac -Jxvf rust-deploy-test.macos.tar.bz2 .
88+
tar -C dist_linux -Jcvf rust-deploy-test.linux.tar.bz2 .
89+
tar -C dist_mac -Jcvf rust-deploy-test.macos.tar.bz2 .
9090
cd dist_windows
9191
zip -r ../rust-deploy-test.windows.zip .
9292
cd ..

0 commit comments

Comments
 (0)