Skip to content

Commit

Permalink
更新压缩脚本及module.prop版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurora-Nasa-1 committed Dec 14, 2024
1 parent e3ba118 commit 55780bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compress-repo-by-language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ jobs:
eval "lang_${lang}"
echo "id=AuroraNasa_Installer" > module.prop
echo "name=${MODULE_NAME}" >> module.prop
echo "version=${LATEST_TAG} ${GITHUB_SHA:0:8}" >> module.prop
echo "version=${LATEST_TAG} ${GITHUB_SHA:0:7}" >> module.prop
echo "versionCode=${CURRENT_TIME}" >> module.prop
echo "author=AuroraNasa" >> module.prop
echo "description=${MODULE_DES}" >> module.prop
cat module.prop
fi
7z a -r -mx9 "ARMIAS_${LATEST_TAG}_${GITHUB_SHA:0:8}_${lang}.zip" * -x!*.git* -x!*.md -x!*.zip -x!latest_tag.txt -x!current_time.txt
7z a -r -mx9 "ARMIAS_${LATEST_TAG}_${lang}_${GITHUB_SHA:0:7}.zip" * -x!*.git* -x!*.md -x!*.zip -x!latest_tag.txt -x!current_time.txt
git checkout -- languages
done
Expand Down

0 comments on commit 55780bb

Please sign in to comment.