Skip to content

Commit

Permalink
Move entware builders from entware branch to openwrt
Browse files Browse the repository at this point in the history
  • Loading branch information
Waujito committed Nov 30, 2024
1 parent 7303abd commit fd1ae1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: 'entware'
ref: 'openwrt'

- name: Prepare build
env:
Expand All @@ -341,10 +341,10 @@ jobs:
cat feeds.conf
./scripts/feeds update youtubeUnblock
./scripts/feeds install -a -p youtubeUnblock
echo "CONFIG_PACKAGE_youtubeUnblock=m" | tee -a .config
make package/youtubeUnblock/compile V=s
echo "CONFIG_PACKAGE_youtubeUnblockEntware=m" | tee -a .config
make package/youtubeUnblockEntware/compile V=s
mv $(find ./bin -type f -name 'youtubeUnblock*.ipk') ./youtubeUnblock-$VERSION-$RELEASE-$SHA-entware-${{ matrix.arch }}.ipk
mv $(find ./bin -type f -name 'youtubeUnblockEntware*.ipk') ./youtubeUnblock-$VERSION-$RELEASE-$SHA-entware-${{ matrix.arch }}.ipk
- name: Upload packages
if: steps.build.outcome == 'success'
Expand Down

0 comments on commit fd1ae1e

Please sign in to comment.