Skip to content

Commit 3c22778

Browse files
committed
Compress tar
1 parent 596c9d3 commit 3c22778

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ jobs:
8888
pyinstaller -y ./distribution/macos/CellProfiler.spec
8989
- if: startsWith(matrix.os, 'macos')
9090
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
9292
working-directory: ./dist
9393
- if: startsWith(matrix.os, 'macos')
9494
uses: actions/upload-artifact@v4
9595
name: MacOS tar upload
9696
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
9999
- if: startsWith(matrix.os, 'windows')
100100
uses: actions/upload-artifact@v4
101101
name: Windows artifact upload
@@ -119,7 +119,7 @@ jobs:
119119
draft: true
120120
files: |
121121
./*.exe
122-
./*.tar
122+
./*.tar.gz
123123
124124
name: create-release
125125
on:

0 commit comments

Comments
 (0)