Skip to content

Commit

Permalink
修改脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
xiewei05 committed Mar 30, 2021
1 parent 85a968f commit bc3e53c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,11 @@ jobs:
bundle exec fastlane build_dev
- name: Upload release assets
run: cd ios
if: startsWith(github.ref, 'refs/tags/d')
uses: softprops/action-gh-release@v1
with:
files: |
taroDemo.ipa
taroDemo.app.dSYM.zip
ios/taroDemo.ipa
ios/taroDemo.app.dSYM.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 2 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,12 @@ jobs:
bundle exec fastlane build_release
- name: Upload release assets
run: cd ios
if: startsWith(github.ref, 'refs/tags/r')
uses: softprops/action-gh-release@v1
with:
files: |
taroDemo.ipa
taroDemo.app.dSYM.zip
ios/taroDemo.ipa
ios/taroDemo.app.dSYM.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit bc3e53c

Please sign in to comment.