Skip to content

Commit

Permalink
Update my_ipq60xx_no_wifi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beck023 authored Nov 21, 2024
1 parent 8f6bb0c commit fdefe52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/my_ipq60xx_no_wifi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
REPO_URL: https://github.com/LiBwrt-op/openwrt-6.x.git
REPO_URL: https://github.com/LiBwrt/openwrt-6.x.git
REPO_BRANCH: openwrt-24.10
CONFIG_FILE: configs/my_ipq60xx_no_wifi.config
DIY_SCRIPT: my-diy.sh
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
cd $OPENWRT_PATH/bin/targets/*/*
cat sha256sums
cp $OPENWRT_PATH/.config build.config
mv -f $OPENWRT_PATH/bin/packages/*/*/*.ipk packages
mv -f $OPENWRT_PATH/bin/packages/*/*/*.apk packages
tar -zcf Packages.tar.gz packages
rm -rf packages feeds.buildinfo version.buildinfo
echo "FIRMWARE_PATH=$PWD" >> $GITHUB_ENV
Expand Down

0 comments on commit fdefe52

Please sign in to comment.