From 9cd41eb3e833b67c4e2069c26bfd66b0122193c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=91=E6=AD=8C-=E5=85=B1=E7=A9=B7=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=A4=A7=E4=B8=AD=E5=8D=8E=E5=8C=BACFO?= <47450409+dysf888@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:14:36 +0800 Subject: [PATCH] Update build-openwrt.yml --- .github/workflows/build-openwrt.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index 4cd1203..9041ebf 100644 --- a/.github/workflows/build-openwrt.yml +++ b/.github/workflows/build-openwrt.yml @@ -115,9 +115,9 @@ jobs: - name: Generate release tag id: tag run: | - echo "{release_tag}={$(date +"%Y.%m.%d-%H%M")}" >> $GITHUB_OUTPUT - echo "::set-output name=status::success" + echo "::set-output name=release_tag::$(date +"%Y.%m.%d-%H%M")" touch release.txt + echo "::set-output name=status::success" curl `echo ${{secrets.ACTIONS_NOTIFY_BARK}} | sed "s/Message/Compile+Success/"` - name: Upload firmware to release