Skip to content

Commit

Permalink
Merge pull request git-for-windows#521 from ldennington/publish-pkg
Browse files Browse the repository at this point in the history
macOS release: publish dmg and pkg
  • Loading branch information
ldennington authored Jul 25, 2022
2 parents 196b322 + bfdce8d commit 737a6c7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build-git-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -709,11 +709,16 @@ jobs:
with:
name: win-installer-x86_64
path: win-installer-x86_64
- name: Download Mac installer
- name: Download Mac dmg
uses: actions/download-artifact@v2
with:
name: osx-dmg
path: osx-installer
path: osx-dmg
- name: Download Mac pkg
uses: actions/download-artifact@v2
with:
name: osx-signed-pkg
path: osx-pkg
- name: Download Ubuntu package (signed)
if: needs.prereqs.outputs.deb_signable == 'true'
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -774,7 +779,8 @@ jobs:
uploadDirectoryToRelease('win-portable-x86_64', ['.exe']),
// Upload Mac artifacts
uploadDirectoryToRelease('osx-installer'),
uploadDirectoryToRelease('osx-dmg'),
uploadDirectoryToRelease('osx-pkg'),
// Upload Ubuntu artifacts
uploadDirectoryToRelease('deb-package')
Expand Down

0 comments on commit 737a6c7

Please sign in to comment.