Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmVigneswaran authored Jan 28, 2024
1 parent 318feca commit be060de
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,36 @@ jobs:
run: |
PARENT=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
mkdir -p "$PARENT/dist/dmg-builds/app-build"
mkdir -p "$PARENT/dist/dmg-builds/sdk"
- name: Copy Workflow Extensions SDK
run: |
mkdir -p dist/dmg-builds/sdk
cp -R ./SDK/Workflow_Extensions_1.0.2.dmg ./dist/dmg-builds/sdk
- name: Mount Workflow Extensions DMG
run: |
hdiutil attach ./dist/dmg-builds/sdk/Workflow_Extensions_1.0.2.dmg
- name: Install Workflow Extensions SDK
run: |
sudo installer -pkg /Volumes/WorkflowExtensionsSDK/WorkflowExtensionsSDK.pkg -target /
- name: View Volume Directory
run: |
ls /Volumes
- name: View Workflow Extensions SDK DMG Directory
run: |
ls /Volumes/WorkflowExtensionsSDK
- name: Unmount Workflow Extensions SDK DMG
run: |
hdiutil detach /Volumes/WorkflowExtensionsSDK
- name: Check Installed Workflow Extensions SDK Directory
run: |
ls /Library/Developer/SDKs
- name: Build Marker Data
run: |
Expand Down

0 comments on commit be060de

Please sign in to comment.