We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3afedb commit 8a22ab2Copy full SHA for 8a22ab2
.github/workflows/deploy.yml
@@ -44,14 +44,14 @@ jobs:
44
echo "${{ secrets.MATCH_GIT_PRIVATE_KEY }}" > ~/private-key.asc
45
gpg --batch --yes --import ~/private-key.asc
46
47
- - name: Debug: Print directory structure
+ - name: Debug - Print directory structut
48
run: |
49
echo "== CURRENT DIRECTORY =="
50
pwd
51
echo "== FILE STRUCTURE =="
52
ls -alR
53
54
- - name: Debug: Confirm .xcodeproj
+ - name: Debug - Confirm .xcodeproj
55
56
echo "== FIND .xcodeproj FILES =="
57
find . -name "*.xcodeproj"
0 commit comments