小更新
This commit is contained in:
@@ -98,7 +98,7 @@ jobs:
|
||||
./gradlew assemble${{ env.product }}Release
|
||||
echo "修改APK文件名"
|
||||
mkdir -p ${{ github.workspace }}/apk/
|
||||
for file in ${{ github.workspace }}/app/build/outputs/apk/*/*-release.apk; do
|
||||
for file in ${{ github.workspace }}/app/app/release/*-release.apk; do
|
||||
filename=$(basename "$file")
|
||||
if [[ "$filename" == *"armeabi-v7a"* ]]; then
|
||||
mv "$file" ${{ github.workspace }}/apk/legado_${{ env.product }}_${{ env.VERSIONL }}_${{ env.type }}_32.apk
|
||||
|
||||
Reference in New Issue
Block a user