Skip to content

Commit

Permalink
修改
Browse files Browse the repository at this point in the history
  • Loading branch information
AoThen committed Mar 20, 2023
1 parent b8bee5d commit 6694445
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/Build_IPK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6694445

Please sign in to comment.