Skip to content

Commit

Permalink
[feat] add echo $project_name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrs1669 committed May 14, 2024
1 parent 8ddb405 commit 6462cd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
elif [[ "$app_name" == *.xcworkspace ]]; then
project_name="${app_name%.xcworkspace}"
fi
echo $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 6462cd8

Please sign in to comment.