Skip to content

Commit

Permalink
[release] 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heyanLE committed Jul 15, 2024
1 parent 4f96d04 commit 3e8fa8d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,10 @@ jobs:
BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }}
- name: rename-apk
run: |
mv app/build/outputs/apk/release/app-universal-release-unsigned-signed.apk easybangumi-universal-${{ github.ref_name }}.apk
mv app/build/outputs/apk/release/app-arm64-v8a-release-unsigned-signed.apk easybangumi-arm64-v8a-${{ github.ref_name }}.apk
mv app/build/outputs/apk/release/app-armeabi-v7a-release-unsigned-signed.apk easybangumi-armeabi-v7a-${{ github.ref_name }}.apk
mv app/build/outputs/apk/release/app-release-unsigned-signed.apk easybangumi-${{ github.ref_name }}.apk
- name: Release
run: |
gh release create -d ${{ github.ref_name }} easybangumi-*-${{ github.ref_name }}.apk
gh release create -d ${{ github.ref_name }} easybangumi-${{ github.ref_name }}.apk
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
- name: Checkout
Expand Down

0 comments on commit 3e8fa8d

Please sign in to comment.