File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,11 @@ jobs:
109109 chmod 777 linux-x64/bin/CodeFormat
110110 chmod 777 linux-x64/bin/CodeFormatServer
111111 tar -czvf linux-x64.tar.gz linux-x64
112+ - name : tar linux-aarch64
113+ run : |
114+ chmod 777 linux-aarch64/bin/CodeFormat
115+ chmod 777 linux-aarch64/bin/CodeFormatServer
116+ tar -czvf linux-aarch64.tar.gz linux-aarch64
112117 - name : zip darwin-x64
113118 uses :
TheDoctor0/[email protected] 114119 with :
@@ -129,7 +134,6 @@ jobs:
129134 chmod 777 darwin-x64/bin/CodeFormat
130135 chmod 777 darwin-x64/bin/CodeFormatServer
131136 tar -czvf darwin-x64.tar.gz darwin-x64
132-
133137 - name : Release
134138 uses : softprops/action-gh-release@v1
135139 if : startsWith(github.ref, 'refs/tags/')
@@ -140,6 +144,7 @@ jobs:
140144 files : |
141145 linux-x64.zip
142146 linux-x64.tar.gz
147+ linux-aarch64.tar.gz
143148 darwin-x64.zip
144149 darwin-arm64.zip
145150 win32-x64.zip
You can’t perform that action at this time.
0 commit comments