Skip to content

Commit

Permalink
修复安装包没有被上传的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Feb 1, 2024
1 parent 45f8eb6 commit c8d1451
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Expand Up @@ -173,12 +173,12 @@ jobs:
draft: false
tag_name: v${{ env.PACKAGE_VERSION }}
files: |
android/app/build/outputs/apk/release/lx-music-mobile-v${{ env.PACKAGE_VERSION }}-arm64-v8a.apk
android/app/build/outputs/apk/release/lx-music-mobile-v${{ env.PACKAGE_VERSION }}-armeabi-v7a.apk
android/app/build/outputs/apk/release/lx-music-mobile-v${{ env.PACKAGE_VERSION }}-x86_64.apk
android/app/build/outputs/apk/release/lx-music-mobile-v${{ env.PACKAGE_VERSION }}-x86.apk
android/app/build/outputs/apk/release/lx-music-mobile-v${{ env.PACKAGE_VERSION }}-universal.apk
android/app/build/outputs/apk/release/lx-music-mobile-v${{ env.PACKAGE_VERSION }}-sl-arm64-v8a.apk
# android/app/build/outputs/apk/release/lx-music-mobile-v${{ env.PACKAGE_VERSION }}-android_5-universal.apk
artifacts/lx-music-mobile-v${{ env.PACKAGE_VERSION }}-arm64-v8a.apk
artifacts/lx-music-mobile-v${{ env.PACKAGE_VERSION }}-armeabi-v7a.apk
artifacts/lx-music-mobile-v${{ env.PACKAGE_VERSION }}-x86_64.apk
artifacts/lx-music-mobile-v${{ env.PACKAGE_VERSION }}-x86.apk
artifacts/lx-music-mobile-v${{ env.PACKAGE_VERSION }}-universal.apk
artifacts/lx-music-mobile-v${{ env.PACKAGE_VERSION }}-sl-arm64-v8a.apk
# artifacts/lx-music-mobile-v${{ env.PACKAGE_VERSION }}-android_5-universal.apk
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c8d1451

Please sign in to comment.