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 0753ffa commit 65f0822Copy full SHA for 65f0822
.github/workflows/build.yml
@@ -88,7 +88,7 @@ jobs:
88
run: |
89
chmod 777 linux-x64/bin/CodeFormat
90
chmod 777 linux-x64/bin/CodeFormatServer
91
- tar czf linux-x64/
+ tar -czvf linux-x64/*
92
- name: zip darwin-x64
93
uses: TheDoctor0/[email protected]
94
with:
0 commit comments