We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001f85e commit 24d2b8dCopy full SHA for 24d2b8d
.github/workflows/deploy.yml
@@ -85,8 +85,8 @@ jobs:
85
path: dist_windows/rust-deploy-test.exe
86
- name: Prepare archives
87
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 .
+ tar -C dist_linux -Jcvf rust-deploy-test.linux.tar.bz2 .
+ tar -C dist_mac -Jcvf rust-deploy-test.macos.tar.bz2 .
90
cd dist_windows
91
zip -r ../rust-deploy-test.windows.zip .
92
cd ..
0 commit comments