Skip to content

Commit

Permalink
[chore] debug project name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrs1669 committed May 14, 2024
1 parent 32b04c0 commit fb88f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
project_name="${app_name%.xcworkspace}"
fi
echo app name $app_name
echo $project_name
echo project name $project_name
echo "PROJECT_NAME=$project_name" >> $GITHUB_ENV
xcrun altool --upload-app -f app.ipa/$project_name.ipa \
-u ${{ secrets.APPLE_ID }} \
Expand Down

0 comments on commit fb88f82

Please sign in to comment.