Skip to content

Commit

Permalink
Rename stages from zip to create dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Jul 24, 2023
1 parent 25718ca commit 2231e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2231e8a

Please sign in to comment.