Apply suggestion from @mozzius

This commit is contained in:
Samuel Newman
2025-10-22 00:26:20 -07:00
committed by GitHub
parent fee8eb9f6e
commit 548142a27f
+1 -1
View File
@@ -100,7 +100,7 @@ jobs:
--profile ${{ inputs.profile || 'testflight' }}
--local --output build.tar.gz --non-interactive
- name: Extract build artifact
- name: 📂 Extract build artifact
run: |
if [ -f "build.tar.gz" ]; then
echo "Extracting build.tar.gz..."