fix: add sudo support for listFiles and improve permission error handling #511

Closed
ZacharyZcR wants to merge 52 commits from feat/file-manager-sudo-support into main
Showing only changes of commit 6feb8405ce - Show all commits
+1 -1
View File
@@ -986,7 +986,7 @@ jobs:
- name: Deploy to App Store Connect (TestFlight) - name: Deploy to App Store Connect (TestFlight)
if: steps.check_asc_creds.outputs.has_credentials == 'true' if: steps.check_asc_creds.outputs.has_credentials == 'true'
run: | run: |
PKG_FILE=$(find artifact-mas -name "*.pkg" -type f | head -n 1) PKG_FILE=$(find release -name "termix_macos_universal_mas.pkg" -type f | head -n 1)
if [ -z "$PKG_FILE" ]; then if [ -z "$PKG_FILE" ]; then
echo "PKG file not found, exiting." echo "PKG file not found, exiting."
exit 1 exit 1