From 2231e8a4b1eff7c026547089ff787c22ce6e31df Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 24 Jul 2023 16:47:35 +0200 Subject: [PATCH] Rename stages from zip to create dmg --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a502bc..3cc9ba5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: - name: Zip Linux arm64 if: matrix.platform == 'ubuntu-latest' run: 7z a -tzip artifacts/ILSpy-linux-arm64-Release.zip artifacts/linux-arm64/* - - name: Zip MacOS x64 + - name: Create DMG for MacOS x64 if: matrix.platform == 'macos-latest' run: | brew install create-dmg @@ -43,7 +43,7 @@ jobs: --app-drop-link 600 185 \ "ILSpy-macos-x64-Release.dmg" \ "artifacts/osx-x64/" - - name: Zip MacOS arm64 + - name: Create DMG for arm64 if: matrix.platform == 'macos-latest' run: | brew install create-dmg