From 6694445d9cd68a22f14a17dfe8732ef19dedd179 Mon Sep 17 00:00:00 2001 From: AutoX <32790381+AoThen@users.noreply.github.com> Date: Mon, 20 Mar 2023 16:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Build_IPK.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/Build_IPK.yml b/.github/workflows/Build_IPK.yml index d93d132b..5fd30949 100644 --- a/.github/workflows/Build_IPK.yml +++ b/.github/workflows/Build_IPK.yml @@ -9,12 +9,7 @@ on: default: "MT2500" type: choice options: - - AX1800 - - AXT1800 - MT2500 - - MT3000 - - SF1200 - - SFT1200 sourcecode: description: "Source code URL" default: "https://github.com/AoThen/luci-app-broadbandacc.git" @@ -76,11 +71,11 @@ jobs: rm -rf ${{ github.event.inputs.pkgname }} mkdir ${{ github.event.inputs.pkgname }} cp -rf $GITHUB_WORKSPACE/openwrt-sdk/bin/* ${{ github.event.inputs.pkgname }}/ - zip -r ${{ github.event.inputs.pkgname }}.zip ${{ github.event.inputs.pkgname }}/packages/aarch64_cortex-a53/githubaction echo "CRTDIRTEMP=$PWD" >> $GITHUB_ENV git add . Emoji=("🎉" "✨" "🎁" "🎈" "🎄" "🍓" "🍕" "🍉" "🌴" "🚀" "⛅" "🌈" "❤️") git commit -m "${Emoji[$[$RANDOM % ${#Emoji[@]}]]}update at $(TZ='Asia/Shanghai' date +%Y-%m-%d)${Emoji[$[$RANDOM % ${#Emoji[@]}]]}" + zip -r ${{ github.event.inputs.pkgname }}.zip ${{ github.event.inputs.pkgname }}/packages/aarch64_cortex-a53/githubaction #重建 # - name: Rebase