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 14, 2024
1 parent 1796c3f commit a9c1165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Packages-AutoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Load custom configuration
run: |
tar -xJf sdk.tar.xz -C openwrt || tar -xJf sdk.tar.zst -C openwrt
tar -xJf sdk.tar.xz -C openwrt || tar -xf sdk.tar.zst -C openwrt
rm -Rf sdk.tar.xz
cd openwrt
cp -rf ./openwrt-sdk*/. ./ || true
Expand Down

0 comments on commit a9c1165

Please sign in to comment.