From 6bd9ead853331b44b04bf44aea218d6e0c03645d Mon Sep 17 00:00:00 2001 From: sign Date: Mon, 5 Aug 2024 11:42:08 +0700 Subject: [PATCH] change tags release with Devices type --- .github/workflows/autobuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 467668d..fe3a77a 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -78,10 +78,10 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ./artifact/* - tag: ${{ github.ref }} + tag: ${{ inputs.devices }} file_glob: true body: | - ## OpenWRT Release + ## OpenWRT Release for ${{ inputs.devices }} - Devices type : ${{ inputs.devices }} - Kernel version : ${{ inputs.kernel }} - ROOTFS Size : ${{ inputs.rootfs_size }} \ No newline at end of file