Skip to content

Commit

Permalink
Use tar for macos app
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling committed Oct 21, 2024
1 parent b00b65a commit 66f1318
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,14 @@ jobs:
run: |
pyinstaller -y ./distribution/macos/CellProfiler.spec
- if: startsWith(matrix.os, 'macos')
name: MacOS dmg package
continue-on-error: true
run: |
cd dist
echo Creating DMG
create-dmg 'CellProfiler+AI.app' --dmg-title "CellProfiler+AI.dmg"
name: MacOS tar package
run: tar -cvf dist/CellProfiler+AI.tar dist/CellProfiler+AI.app
- if: startsWith(matrix.os, 'macos')
uses: actions/upload-artifact@v4
name: MacOS dmg upload
name: MacOS tar upload
with:
name: CellProfiler-macOS-4.2.80001-ai.dmg
path: ./dist/*.dmg
name: CellProfiler-macOS-4.2.80001-ai.tar
path: ./dist/*.tar
- if: startsWith(matrix.os, 'windows')
uses: actions/upload-artifact@v4
name: Windows artifact upload
Expand Down

0 comments on commit 66f1318

Please sign in to comment.