Skip to content

Commit

Permalink
Make DMG not zip
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling committed Apr 22, 2022
1 parent eb21865 commit 31c7aac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
tag_name: ${{ github.ref }}
- uses: actions/download-artifact@v1
with:
name: CellProfiler-macOS-4.2.10002.zip
name: CellProfiler-macOS-4.2.10002.dmg
path: ./
- uses: actions/download-artifact@v1
with:
Expand All @@ -121,8 +121,8 @@ jobs:
uses: actions/upload-release-asset@v1
with:
asset_content_type: application/zip
asset_name: CellProfiler-macOS-4.2.10002.zip
asset_path: /home/runner/work/CellProfiler/CellProfiler/CellProfiler-macOS-4.2.10002.zip
asset_name: CellProfiler-macOS-4.2.10002.dmg
asset_path: /home/runner/work/CellProfiler/CellProfiler/CellProfiler-macOS-4.2.10002.dmg
upload_url: ${{ steps.create_release.outputs.upload_url }}
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 31c7aac

Please sign in to comment.