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 65f0822 commit 1b9d106Copy full SHA for 1b9d106
.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 -czvf linux-x64/*
+ tar -czvf linux-x64.tar.gz linux-x64
92
- name: zip darwin-x64
93
uses: TheDoctor0/[email protected]
94
with:
0 commit comments