Skip to content

Commit

Permalink
actions 自动上传到 artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
teprinciple committed Apr 13, 2020
1 parent 54458ad commit 5afcb34
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
#step:上传apk 到action,在右上角查看
# 官方文档 https://help.github.com/cn/actions/automating-your-workflow-with-github-actions/persisting-workflow-data-using-artifacts#uploading-build-and-test-artifacts
- name: Upload APK
uses: actions/upload-artifact@v1
with:
uses: actions/upload-artifact@v1
with:
name: app
path: app/build/outputs/apk/release/app-release.apk

# - name: Upload fir

0 comments on commit 5afcb34

Please # to comment.