File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 cd $GITHUB_WORKSPACE && cat $GITHUB_ENV >> prepare_ENV
3535
3636 - name : 将存储库签出到运行器
37- uses : actions/checkout@v3
37+ uses : actions/checkout@v4
3838 with :
3939 path : ${{ env.OPENWRT_ROOT_PATH }}/package/${{ env.PACKAGE_NAME }}-clone
4040
7272 cp -rf $(find ./bin/packages/ -type f -name "${{ env.PACKAGE_NAME }}*.ipk" -o -name "${{ env.PACKAGE_I18N_NAME }}*.ipk") ./artifact || cp -rf $(find ./bin/targets/ -type f -name "*.ipk") ./artifact || cp -rf $(find ./bin/packages/ -type f -name "*.ipk") ./artifact || exit 0
7373
7474 - name : 上传build artifacts
75- uses : actions/upload-artifact@v3
75+ uses : actions/upload-artifact@v4
7676 with :
7777 name : ${{ env.PACKAGE_NAME }}
7878 path : ${{ env.OPENWRT_ROOT_PATH }}/artifact/*
Original file line number Diff line number Diff line change 77include $(TOPDIR ) /rules.mk
88
99PKG_NAME: =luci-app-socat
10- PKG_VERSION: =20231119
10+ PKG_VERSION: =20250726
1111PKG_RELEASE: =1
1212
1313PKG_MAINTAINER: =chenmozhijin <cmzj11@gmail.com>
Original file line number Diff line number Diff line change 1+ {
2+ "config" : " socat" ,
3+ "init" : " luci_socat"
4+ }
You can’t perform that action at this time.
0 commit comments