Update r2s_lienol_from_lean.yml

This commit is contained in:
klever1988
2020-03-23 02:56:52 +08:00
committed by GitHub
parent 8b848326ac
commit 03c2ddeba2

View File

@@ -5,7 +5,7 @@ on:
branches:
- master
paths:
- '.github/workflows/r2s_lienol_from_lean.yml'
- '.github/workflows/r2s_lienol_from_lean.yml_'
schedule:
- cron: '09 08 * * *'
@@ -163,7 +163,7 @@ jobs:
mv friendlywrt-rk3328/out/*img* ./artifact/
cp friendlywrt-rk3328/friendlywrt/.config ./artifact/
zip -r artifact.zip ./artifact/
release_tag="R2S-$(date +%Y-%m-%d)-Minimal"
release_tag="R2S-Minimal-$(date +%Y-%m-%d)"
echo "##[set-output name=release_tag;]$release_tag"
- name: Create Release
id: create_release