diff options
author | AtlasLinden <114031241+AtlasLinden@users.noreply.github.com> | 2025-07-10 08:18:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-10 08:18:16 -0700 |
commit | 239a9c7242307f2f738c91165038f5ac6b0c8d8a (patch) | |
tree | bb1b39d5dc37ecfa178ff204def46ce0ce5f06c4 | |
parent | 8fe51b3c9a210b57a210e1178ae594bd5e848bc0 (diff) |
Removing previous permission "fix"
-rw-r--r-- | .github/workflows/qatest.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/qatest.yaml b/.github/workflows/qatest.yaml index 87e8bed1fc..b3dd267276 100644 --- a/.github/workflows/qatest.yaml +++ b/.github/workflows/qatest.yaml @@ -511,9 +511,6 @@ jobs: echo "Installing application to Applications folder..." - # Fix permissions before copying - chmod -R u+rw "$APP_PATH" - # Copy the app to the Applications folder (or specified install path) cp -R "$APP_PATH" "${{ matrix.install-path }}" |