Skip to content

Commit

Permalink
test build
Browse files Browse the repository at this point in the history
  • Loading branch information
SheTieJun committed Mar 28, 2024
1 parent 4027c4b commit 8c63a89
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Demo APK

on:
push:
branches: [ master ]
branches: [ build-apk ]

jobs:
build:
Expand All @@ -29,5 +29,11 @@ jobs:
- name: Upload to Fir.im
run: |
fir login ${{ secrets.FIMTOKEN }}
- run: fir publish app/build/outputs/apk/release/app-release.apk
- run: |
fir publish app/build/outputs/apk/release/app-release.apk --save_uploaded_info
# 打印日志
- name: print log
run: |
json=$(cat ./fir-cli-upload-info.json )
echo "fir-cli-upload-info.json: $json"

0 comments on commit 8c63a89

Please sign in to comment.