Skip to content

Commit f5cba7a

Browse files
committed
Fix credentials
1 parent e1f83f4 commit f5cba7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
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

0 commit comments

Comments
 (0)