We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df3ca7 commit 61403beCopy full SHA for 61403be
.github/workflows/enterprise.yml
@@ -475,9 +475,9 @@ jobs:
475
id: attach
476
run: |
477
MOUNT_DIR=$(hdiutil attach ./obj-aarch64-apple-darwin/dist/firefox-144.0a1.en-US.mac.dmg | grep "/Volumes" | sed -e "s/.*\/Volumes/\/Volumes/g")
478
- ls -hal ${MOUNT_DIR}/Firefox.app/Contents/MacOS/firefox
479
- echo "mount_dir=${MOUNT_DIR}" >> "$GITHUB_OUTPUT"
480
- RUNTIME_PATH=$(find ${MOUNT_DIR} -type f -name "firefox")
+ ls -hal "${MOUNT_DIR}"/Firefox.app/Contents/MacOS/firefox
+ echo "mount_dir='${MOUNT_DIR}'" >> "$GITHUB_OUTPUT"
+ RUNTIME_PATH=$(find "${MOUNT_DIR}" -type f -name "firefox")
481
echo "runtime_path=$RUNTIME_PATH" >> "$GITHUB_OUTPUT"
482
483
- name: "install python"
0 commit comments