diff --git a/.github/workflows/r1s_lean.yml b/.github/workflows/r1s_lean.yml index 994c483..1176495 100644 --- a/.github/workflows/r1s_lean.yml +++ b/.github/workflows/r1s_lean.yml @@ -112,7 +112,7 @@ jobs: cp friendlywrt-h5/friendlywrt/.config ./artifact/ zip -r artifact.zip ./artifact/ release_tag="R1S-Lean-$(date +%Y-%m-%d)" - echo "##[set-output name=date_tag;]$date_tag" + echo "##[set-output name=release_tag;]$release_tag" - name: Create Release id: create_release uses: actions/create-release@v1