Skip to content

Commit 2da5215

Browse files
author
Link.Zhang
committed
download apk by wget
1 parent 6c62e0d commit 2da5215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
apk_url=$(eas build --platform android --profile preview --non-interactive | grep ".apk")
4141
echo -e "DEBUG: apk url is: $apk_url"
42-
curl -o debug.apk $apk_url
42+
wget -O debug.apk $apk_url
4343
4444
- name: Upload apk
4545
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)