summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 62b83f814f..db6268e200 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)
- rsync -a --no-xattrs --inplace "$APP_PATH" "${{ matrix.install-path }}/"
+ rsync -a --inplace "$APP_PATH" "${{ matrix.install-path }}/"
# Verify the app was copied successfully
if [ ! -d "${{ matrix.install-path }}/$(basename \"$APP_PATH\")" ]; then