Skip to content

Commit

Permalink
Test: yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
puretension committed May 25, 2024
1 parent 6e60978 commit 7468a0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ jobs:
echo "$PRIVATE_API_KEY" > ~/private_keys/AuthKey_$API_KEY.p8
IPA_FILE=$(find ios/build/PoppinProject -name "*.ipa")
xcrun altool --upload-app --type ios -f "$IPA_FILE" --apiKey "$API_KEY" --apiIssuer "$API_ISSUER" --apiKeyPath ~/private_keys/AuthKey_$API_KEY.p8
- name: Upload Build Logs
if: failure()
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 7468a0e

Please sign in to comment.