mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-21 22:05:56 +00:00
Move entware builders from entware branch to openwrt
This commit is contained in:
parent
7303abdaf2
commit
fd1ae1e574
8
.github/workflows/build-ci.yml
vendored
8
.github/workflows/build-ci.yml
vendored
@ -319,7 +319,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: 'entware'
|
ref: 'openwrt'
|
||||||
|
|
||||||
- name: Prepare build
|
- name: Prepare build
|
||||||
env:
|
env:
|
||||||
@ -341,10 +341,10 @@ jobs:
|
|||||||
cat feeds.conf
|
cat feeds.conf
|
||||||
./scripts/feeds update youtubeUnblock
|
./scripts/feeds update youtubeUnblock
|
||||||
./scripts/feeds install -a -p youtubeUnblock
|
./scripts/feeds install -a -p youtubeUnblock
|
||||||
echo "CONFIG_PACKAGE_youtubeUnblock=m" | tee -a .config
|
echo "CONFIG_PACKAGE_youtubeUnblockEntware=m" | tee -a .config
|
||||||
make package/youtubeUnblock/compile V=s
|
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
|
- name: Upload packages
|
||||||
if: steps.build.outcome == 'success'
|
if: steps.build.outcome == 'success'
|
||||||
|
Loading…
Reference in New Issue
Block a user