Skip to content

Commit

Permalink
workflow: update compile_new_ipk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vernesong committed Nov 19, 2024
1 parent ce74be5 commit 6a2909f
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 @@ -74,8 +74,8 @@ jobs:
- name: Copy OpenClash Source Codes
run: |
cd ..
mkdir tmp/SDK/package/luci-app-openclash
mkdir tmp/SNAPSDK/package/luci-app-openclash
mkdir -p tmp/SDK/package/luci-app-openclash
mkdir -p tmp/SNAPSDK/package/luci-app-openclash
cp -rf "./OpenClash/luci-app-openclash/." "./tmp/SDK/package/luci-app-openclash/"
cp -rf "./OpenClash/luci-app-openclash/." "./tmp/SNAPSDK/package/luci-app-openclash/"
Expand Down

0 comments on commit 6a2909f

Please sign in to comment.