Skip to content

Commit

Permalink
workflow: add make defconfig for sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
vernesong committed Nov 19, 2024
1 parent d91cad0 commit 2d47055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile_new_ipk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 ..
Expand Down

0 comments on commit 2d47055

Please sign in to comment.