Skip to content

Commit

Permalink
Update build-zn.m2-with-ecm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xlighting2017 authored Oct 26, 2024
1 parent 7c420cf commit 62f3128
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-zn.m2-with-ecm.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -203,15 +203,15 @@ 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
if: env.ORGANIZE_STATUS == 'success' && (!cancelled())
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 }}

0 comments on commit 62f3128

Please sign in to comment.