From f91988b0613be17e411ef1c176d7b999f8d6012c Mon Sep 17 00:00:00 2001 From: Selina <36494906+ixiaan@users.noreply.github.com> Date: Fri, 10 May 2024 17:54:21 +0800 Subject: [PATCH] Update Build_OpenWrt-Yudie-360t7.yml --- .github/workflows/Build_OpenWrt-Yudie-360t7.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Build_OpenWrt-Yudie-360t7.yml b/.github/workflows/Build_OpenWrt-Yudie-360t7.yml index de770c1fa4..95898dca03 100644 --- a/.github/workflows/Build_OpenWrt-Yudie-360t7.yml +++ b/.github/workflows/Build_OpenWrt-Yudie-360t7.yml @@ -95,9 +95,9 @@ jobs: - - name: Configuration Customization - Build_JiaShan-360t7 + - name: Configuration Customization - Build_YuDie-360t7 env: - CONFIG_FILE: 'JiaShan-360t7.config' + CONFIG_FILE: 'YuDie-360t7.config' run: | [ -e $CONFIG_FILE ] && mv $CONFIG_FILE openwrt/.config # chmod +x ./customize.sh && ./customize.sh @@ -120,7 +120,7 @@ jobs: - name : Upload artifact uses: actions/upload-artifact@master with: - name: OpenWrt-JiaShan-360t7 + name: OpenWrt-YuDie-360t7 path: openwrt/bin/targets/*/* @@ -164,7 +164,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - name: ${{ env.FIRMWARE_VERSION }}-OpenWrt-JiaShan-360t7 + name: ${{ env.FIRMWARE_VERSION }}-OpenWrt-YuDie-360t7 tag_name: ${{ steps.tag.outputs.release_tag }} body_path: release.txt files: ${{ env.FIRMWARE }}/*