From 31c7aac9047f4ce4bc14b4eb97ec7832766a9946 Mon Sep 17 00:00:00 2001 From: David Stirling Date: Fri, 22 Apr 2022 13:55:27 +0100 Subject: [PATCH] Make DMG not zip --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0958c77027..a41ed525d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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 }}