File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,14 +88,14 @@ jobs:
88
88
pyinstaller -y ./distribution/macos/CellProfiler.spec
89
89
- if : startsWith(matrix.os, 'macos')
90
90
name : MacOS tar package
91
- run : tar -cvf CellProfiler+AI.tar CellProfiler+AI.app
91
+ run : tar -czvf CellProfiler+AI.tar.gz CellProfiler+AI.app
92
92
working-directory : ./dist
93
93
- if : startsWith(matrix.os, 'macos')
94
94
uses : actions/upload-artifact@v4
95
95
name : MacOS tar upload
96
96
with :
97
- name : CellProfiler-macOS-4.2.80001-ai.tar
98
- path : ./dist/*.tar
97
+ name : CellProfiler-macOS-4.2.80001-ai.tar.gz
98
+ path : ./dist/*.tar.gz
99
99
- if : startsWith(matrix.os, 'windows')
100
100
uses : actions/upload-artifact@v4
101
101
name : Windows artifact upload
@@ -119,7 +119,7 @@ jobs:
119
119
draft : true
120
120
files : |
121
121
./*.exe
122
- ./*.tar
122
+ ./*.tar.gz
123
123
124
124
name : create-release
125
125
on :
You can’t perform that action at this time.
0 commit comments