Skip to content

Commit 1b9d106

Browse files
committed
fix error
1 parent 65f0822 commit 1b9d106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: |
8989
chmod 777 linux-x64/bin/CodeFormat
9090
chmod 777 linux-x64/bin/CodeFormatServer
91-
tar -czvf linux-x64/*
91+
tar -czvf linux-x64.tar.gz linux-x64
9292
- name: zip darwin-x64
9393
uses: TheDoctor0/[email protected]
9494
with:

0 commit comments

Comments
 (0)