diff --git a/.github/workflows/compile_new_ipk.yml b/.github/workflows/compile_new_ipk.yml index 062243c4f3..3e7a446420 100644 --- a/.github/workflows/compile_new_ipk.yml +++ b/.github/workflows/compile_new_ipk.yml @@ -99,6 +99,7 @@ jobs: make package/luci-app-openclash/compile V=99 cd ../.. cd tmp/SNAPSDK + make defconfig make package/luci-app-openclash/compile V=99 - name: Switch OpenClash Repository to Package @@ -108,8 +109,7 @@ jobs: - name: Commit and Push New Version run: | - rm -rf ./${{ github.ref_name }}/luci-app-openclash_* - rm -rf ./${{ github.ref_name }}/luci-app-openclash-* + rm -rf ./${{ github.ref_name }}/luci-app-openclash* echo "v${{ needs.Get-Version.outputs.version }}" > ./${{ github.ref_name }}/version echo "https://img.shields.io/badge/New Release-v${{ needs.Get-Version.outputs.version }}-orange.svg" >> ./${{ github.ref_name }}/version cd ..