From 62f3128955e3bd9413d543c99c452083dd158cdd Mon Sep 17 00:00:00 2001 From: xlighting2017 Date: Sat, 26 Oct 2024 18:48:13 +0800 Subject: [PATCH] Update build-zn.m2-with-ecm.yaml --- .github/workflows/build-zn.m2-with-ecm.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-zn.m2-with-ecm.yaml b/.github/workflows/build-zn.m2-with-ecm.yaml index 4473c2f..088bab0 100644 --- a/.github/workflows/build-zn.m2-with-ecm.yaml +++ b/.github/workflows/build-zn.m2-with-ecm.yaml @@ -1,7 +1,7 @@ ################################################ -# Description: Build OpenWrt for IPQ60xx with ECM using GitHub Actions +# Description: Build OpenWrt for IPQ60xx with NSS-ECM and WiFi Offloading using GitHub Actions # Uses: -# King-Of-Knights/openwrt-6.x from VIKINGYFY +# VIKINGYFY/immortalwrt from VIKINGYFY ################################################ name: Build ipq60xx-ECM @@ -172,14 +172,14 @@ jobs: uses: ncipollo/release-action@main if: env.ORGANIZE_STATUS == 'success' && env.UPLOAD_RELEASE == 'true' && (!cancelled()) with: - tag: v${{ env.FILE_DATE }}-ipq60xx-ECM + tag: ${{ env.RELEASE_TAG }} removeArtifacts: false artifacts: ${{ env.FIRMWARE }}/* allowUpdates: true token: ${{ secrets.GH_TOKEN }} body: | Device: ${{ env.DEVICE_NAME }} - 精简版固件, 带 ECM 和 有线+无线 加速/Offloading + 精简版固件, 带有线+无线硬件加速/Offloading 编译时间: ${{ env.FILE_DATE }} Default IP: 192.168.199.1 @@ -203,7 +203,7 @@ jobs: repository: ${{ github.repository }} retain_days: 3 keep_minimum_runs: 2 - delete_workflow_pattern: "ipq60xx-ECM" + delete_workflow_pattern: "ipq60xx-with-ECM" - name: Remove old Releases uses: dev-drprasad/delete-older-releases@master @@ -211,7 +211,7 @@ jobs: with: repo: ${{ github.repository }} keep_latest: 3 - delete_tag_pattern: 'ipq60xx-ECM' + delete_tag_pattern: 'ipq60xx-with-ECM' delete_tags: true env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}