File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7272 if : github.event_name == 'release'
7373 run : |
7474 export TAG_NAME=$(./dist/get-tag-name.sh)
75- xcrun altool --validate-app --file build_ios/Lith.ipa --username "${{ secrets.APPLEID_PASSWORD }}" --password "${{ secrets.APPLEID_PASSWORD }}"
76- xcrun altool --upload-app --file build_ios/Lith.ipa --username "${{ secrets.APPLEID_PASSWORD }}" --password "${{ secrets.APPLEID_PASSWORD }}"
75+ xcrun altool --validate-app --file build_ios/Lith.ipa --username "${{ secrets.APPLEID_NAME }}" --password "${{ secrets.APPLEID_PASSWORD }}"
76+ xcrun altool --upload-app --file build_ios/Lith.ipa --username "${{ secrets.APPLEID_NAME }}" --password "${{ secrets.APPLEID_PASSWORD }}"
7777
7878 Android-29 :
7979 runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments