小更新

This commit is contained in:
HapeLee
2025-09-26 12:15:15 +08:00
parent 15169250df
commit bdaf8aeb0a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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