Skip to content

Commit

Permalink
Add upload of macOS packages
Browse files Browse the repository at this point in the history
  • Loading branch information
shaosss authored Apr 7, 2022
1 parent 3014046 commit 8cb09f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ jobs:
with:
name: windows_packages
path: ./packages/
- name: Download macOS packages
uses: actions/download-artifact@v2
with:
name: macos_packages
path: ./packages/
- name: Download shared packages
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 8cb09f6

Please sign in to comment.