Skip to content

Commit

Permalink
feat: Update version
Browse files Browse the repository at this point in the history
Signed-off-by: Hu Shenghao <[email protected]>
  • Loading branch information
hushenghao committed Jul 22, 2024
1 parent f4ba027 commit d54714f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
bodyFile: fastlane/metadata/android/en-US/changelogs/${{ steps.get_changelogs.outputs.CHANGELOG_FILE }}
bodyFile: fastlane/metadata/android/en-US/changelogs/${{ steps.get_changelog.outputs.CHANGELOG_FILE }}
artifacts: app/build/outputs/apk/*/*.apk,app/build/outputs/mapping/*/mapping.txt
artifactContentType: application/vnd.android.package-archive
draft: false
Expand Down Expand Up @@ -110,6 +110,6 @@ jobs:
JSON_KEY_FILE_BASE64: ${{ secrets.JSON_KEY_FILE_BASE64 }}
if: ${{ env.JSON_KEY_FILE_BASE64 != '' }}
run: |
bundle install
bundle install
bundle exec fastlane install_plugins
bundle exec fastlane deploy

0 comments on commit d54714f

Please sign in to comment.