Skip to content

Commit 0753ffa

Browse files
committed
test tar.gz
1 parent 4540436 commit 0753ffa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ jobs:
8484
with:
8585
filename: linux-x64.zip
8686
path: linux-x64
87+
- name: tar linux-64
88+
run: |
89+
chmod 777 linux-x64/bin/CodeFormat
90+
chmod 777 linux-x64/bin/CodeFormatServer
91+
tar czf linux-x64/
8792
- name: zip darwin-x64
8893
uses: TheDoctor0/[email protected]
8994
with:
@@ -104,6 +109,7 @@ jobs:
104109
generate_release_notes: true
105110
files: |
106111
linux-x64.zip
112+
linux-x64.tar.gz
107113
darwin-x64.zip
108114
darwin-arm64.zip
109115
win32-x64.zip

0 commit comments

Comments
 (0)