Skip to content

Commit

Permalink
chore: refine
Browse files Browse the repository at this point in the history
  • Loading branch information
vernesong committed Jul 25, 2023
1 parent eee75a0 commit c227071
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/compile_new_ipk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ jobs:
tar xjf SDK.tar.bz2
mv "OpenWrt-SDK-ar71xx-generic_gcc-5.3.0_musl-1.1.16.Linux-x86_64" "SDK"
- name: Change OpenClash Source Codes Version
run: |
echo "v${{ needs.Get-Version.outputs.version }}-beta" > ./version
echo "https://img.shields.io/badge/New Release-v${{ needs.Get-Version.outputs.version }}--beta-orange.svg" >> ./version
- name: Copy OpenClash Source Codes
run: |
cd ..
Expand All @@ -89,18 +84,6 @@ jobs:
cd tmp/SDK
make package/luci-app-openclash/compile V=99
- name: Commit and Push New Version
run: |
rm -rf ./luci-app-openclash_*
cd ..
cp "./tmp/SDK/bin/ar71xx/packages/base/luci-app-openclash_${{ needs.Get-Version.outputs.version }}-beta_all.ipk" "./OpenClash/luci-app-openclash_${{ needs.Get-Version.outputs.version }}-beta_all.ipk"
cd \OpenClash
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git add .
git commit -m "Auto Release: v${{ needs.Get-Version.outputs.version }}-beta"
git push
- name: Switch OpenClash Repository to Package
uses: actions/checkout@v3
with:
Expand Down
3 changes: 0 additions & 3 deletions core_version

This file was deleted.

Binary file removed luci-app-openclash_0.45.133-beta_all.ipk
Binary file not shown.
2 changes: 0 additions & 2 deletions version

This file was deleted.

0 comments on commit c227071

Please sign in to comment.