Skip to content

Commit

Permalink
🐛 Fix incorrect path for osx pkg test workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: Preslav <[email protected]>
  • Loading branch information
preslavgerchev committed Jan 11, 2024
1 parent 96f4477 commit 643dc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-released-osx-pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "version=${VERSION}" >> $GITHUB_OUTPUT
- name: Download Package
run: |
curl -SL -O https://releases.mondoo.com/${{ steps.version.outputs.version }}/latest/mondoo_${{ steps.version.outputs.version }}_darwin_universal.pkg
curl -SL -O https://releases.mondoo.com/mondoo/${{ steps.version.outputs.version }}/mondoo_${{ steps.version.outputs.version }}_darwin_universal.pkg
- name: Install Package
run: |
sudo installer -pkg mondoo_${{ steps.version.outputs.version }}_darwin_universal.pkg -target /
Expand Down

0 comments on commit 643dc94

Please sign in to comment.