Skip to content

Commit 3cbab90

Browse files
committedMar 20, 2021
Update CI Build and release.yml
1 parent 7573d34 commit 3cbab90

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.github/workflows/CI Build and release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,9 @@ jobs:
504504
if: success()
505505
shell: bash
506506
run: |
507-
curl -L -O https://s3-us-west-2.amazonaws.com/obs-nightly/Packages.pkg
508-
sudo installer -pkg ${{ github.workspace }}/Packages.pkg -target /
507+
curl -L -O http://s.sudre.free.fr/Software/files/Packages.dmg
508+
sudo hdiutil attach ./Packages.dmg
509+
sudo installer -pkg /Volumes/Packages\ 1.2.9/Install\ Packages.pkg -target /
509510
- name: 'Set release filename'
510511
if: success()
511512
shell: bash

0 commit comments

Comments
 (0)
Failed to load comments.