Skip to content

Commit

Permalink
验证jsbundle文件
Browse files Browse the repository at this point in the history
  • Loading branch information
xiewei05 committed Mar 30, 2021
1 parent 41f27a1 commit dbe9ab4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/Debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ jobs:
with:
name: taro-ios-products
path: dist/rn/ios/
- name: Upload release assets
if: startsWith(github.ref, 'refs/tags/d')
uses: softprops/action-gh-release@v1
with:
files: |
dist/rn/ios/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build-ios:
needs: build-taro
Expand Down

0 comments on commit dbe9ab4

Please sign in to comment.