mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-05-23 22:37:41 +08:00
修复构建
This commit is contained in:
parent
0cf70b3588
commit
c5e8426db5
1
.github/actions/build-packages/action.yml
vendored
1
.github/actions/build-packages/action.yml
vendored
@ -5,6 +5,7 @@ runs:
|
|||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: Build Packages
|
- name: Build Packages
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd android
|
cd android
|
||||||
echo ${{ secrets.KEYSTORE_STORE_FILE_BASE64 }} | base64 --decode > app/${{ secrets.KEYSTORE_STORE_FILE }}
|
echo ${{ secrets.KEYSTORE_STORE_FILE_BASE64 }} | base64 --decode > app/${{ secrets.KEYSTORE_STORE_FILE }}
|
||||||
|
1
.github/actions/setup/action.yml
vendored
1
.github/actions/setup/action.yml
vendored
@ -27,4 +27,5 @@ runs:
|
|||||||
${{ runner.os }}-node-modules-cache-
|
${{ runner.os }}-node-modules-cache-
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
shell: bash
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
Loading…
x
Reference in New Issue
Block a user