Create and pack MD5 verification file.

This commit is contained in:
kongfl888
2020-06-17 02:33:20 +08:00
parent 65bc62d6c5
commit 2c0e89b7ac
8 changed files with 24 additions and 0 deletions

View File

@@ -98,6 +98,9 @@ jobs:
mkdir -p ./artifact/
mv friendlywrt-rk3328/out/*img* ./artifact/
cp friendlywrt-rk3328/friendlywrt/.config ./artifact/
cd ./artifact/
md5sum *img* > md5sum.txt
cd ..
zip -r artifact.zip ./artifact/
release_tag="R2S-Lienol-$(date +%Y-%m-%d)"
echo "##[set-output name=release_tag;]$release_tag"