Skip to content

Commit

Permalink
Update CI Build and release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cpyarger committed Mar 20, 2021
1 parent 7573d34 commit 3cbab90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI Build and release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,9 @@ jobs:
if: success()
shell: bash
run: |
curl -L -O https://s3-us-west-2.amazonaws.com/obs-nightly/Packages.pkg
sudo installer -pkg ${{ github.workspace }}/Packages.pkg -target /
curl -L -O http://s.sudre.free.fr/Software/files/Packages.dmg
sudo hdiutil attach ./Packages.dmg
sudo installer -pkg /Volumes/Packages\ 1.2.9/Install\ Packages.pkg -target /
- name: 'Set release filename'
if: success()
shell: bash
Expand Down

0 comments on commit 3cbab90

Please sign in to comment.