summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtlasLinden <114031241+AtlasLinden@users.noreply.github.com>2025-07-10 08:39:09 -0700
committerGitHub <noreply@github.com>2025-07-10 08:39:09 -0700
commit450d4d77f75801eba3576207e3e9df5f3e9cfdc1 (patch)
tree0bef034cc4f34eb358cd97fcf6b3c8da0f46abd4
parent239a9c7242307f2f738c91165038f5ac6b0c8d8a (diff)
New copy app command
An attempt to resolve another permission issue
-rw-r--r--.github/workflows/qatest.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/qatest.yaml b/.github/workflows/qatest.yaml
index b3dd267276..62b83f814f 100644
--- a/.github/workflows/qatest.yaml
+++ b/.github/workflows/qatest.yaml
@@ -512,7 +512,7 @@ jobs:
echo "Installing application to Applications folder..."
# Copy the app to the Applications folder (or specified install path)
- cp -R "$APP_PATH" "${{ matrix.install-path }}"
+ rsync -a --no-xattrs --inplace "$APP_PATH" "${{ matrix.install-path }}/"
# Verify the app was copied successfully
if [ ! -d "${{ matrix.install-path }}/$(basename \"$APP_PATH\")" ]; then