Skip to content

Commit

Permalink
taro 4.0.7-canary.3 up
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Nov 4, 2024
1 parent 346f3a0 commit e476d00
Show file tree
Hide file tree
Showing 10 changed files with 6,566 additions and 7,489 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assemble_android_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
env:
KEYSTORE_FILE: ${{ github.workspace }}/android/app/${{ env.KEYSTORE_FILE }}
- name: Upload Android Products
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: app-${{ env.BUILD_TYPE }}
path: ${{ github.workspace }}/android/app/build/outputs/apk/${{ env.BUILD_TYPE }}/app-${{ env.BUILD_TYPE }}.apk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assemble_android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
env:
KEYSTORE_FILE: ${{ github.workspace }}/android/app/${{ env.KEYSTORE_FILE }}
- name: Upload Android Products
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: app-${{ env.BUILD_TYPE }}
path: ${{ github.workspace }}/android/app/build/outputs/apk/${{ env.BUILD_TYPE }}/app-${{ env.BUILD_TYPE }}.apk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assemble_ios_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
bundle update
bundle exec fastlane build_dev
- name: Upload Ios Products
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: app-${{ env.BUILD_TYPE }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assemble_ios_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
bundle update
bundle exec fastlane build_release
- name: Upload Ios Products
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: app-${{ env.BUILD_TYPE }}
path: |
Expand Down
Loading

0 comments on commit e476d00

Please sign in to comment.