Skip to content

Commit

Permalink
Update Packages-AutoBuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Apr 2, 2024
1 parent 31fffb8 commit 930cebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Packages-AutoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ jobs:
rm -Rf sdk.tar.xz
cd openwrt
cp -rf ./openwrt-sdk*/. ./ || true
cp -rf ./openwrt-sdk*/build_dir/. ./build_dir/
cp -rf ./openwrt-sdk*/staging_dir/. ./staging_dir/
cp -rf ./openwrt-sdk*/build_dir/. ./build_dir/ || true
cp -rf ./openwrt-sdk*/staging_dir/. ./staging_dir/ || true
cp -rf ../devices ./
cp -rf devices/common/. ./
cp -rf devices/${{matrix.target}}/. ./
Expand Down

0 comments on commit 930cebd

Please sign in to comment.