Skip to content

Commit

Permalink
[fix] 拡張子を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
mrs1669 committed May 14, 2024
1 parent 1556501 commit b5666e6
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 @@ -57,7 +57,7 @@ jobs:
- name: Upload IPA file to App Store Connect
run: |
if [ "`ls -A | grep -i \\.xcworkspace\$`" ]; then app_name="`ls -A | grep -i \\.xcworkspace\$`"; else app_name="`ls -A | grep -i \\.xcodeproj\$`"; fi
if [ "`ls -A | grep -i \\.xcworkspace\$`" ]; then app_name="${`ls -A | grep -i \\.xcworkspace\$`%.xcworkspace}"; else app_name="${`ls -A | grep -i \\.xcodeproj\$`%.xcodeproj}"; fi
xcrun altool --upload-app -f app.ipa/$app_name.ipa \
-u ${{ secrets.APPLE_ID }} \
-p ${{ secrets.APP_SPECIFIC_PASSWORD }} \
Expand Down

0 comments on commit b5666e6

Please sign in to comment.