Skip to content

Commit

Permalink
changeloc
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleung committed Sep 7, 2024
1 parent fb5e3bb commit b629ef9
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/mor-agents-build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
- name: Move .app to expected location
run: |
mkdir -p build_assets/macOS/Applications
mv dist/MORagents.app build_assets/macOS/Applications/
mv dist/MORagents.app build_assets/macOS/
- name: Debug - List contents after moving .app
run: |
Expand All @@ -48,14 +47,10 @@ jobs:
sudo installer -pkg /Volumes/Packages\ 1.2.11/packages/Packages.pkg -target /
hdiutil detach /Volumes/Packages\ 1.2.11
- name: Debug - Check MorpheusPackagesSudre.pkgproj contents
run: |
echo "Contents of MorpheusPackagesSudre.pkgproj:"
cat build_assets/macOS/MorpheusPackagesSudre.pkgproj
- name: Create installer package
run: |
/usr/local/bin/packagesbuild --verbose --project build_assets/macOS/MorpheusPackagesSudre.pkgproj
cd build_assets/macOS
/usr/local/bin/packagesbuild --verbose --project MorpheusPackagesSudre.pkgproj
- name: Debug - List contents after packaging
run: |
Expand All @@ -66,4 +61,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: MORagentsSetup-macOS
path: build/MORagents.pkg
path: build_assets/macOS/build/MORagents.pkg

0 comments on commit b629ef9

Please sign in to comment.