Skip to content

Commit ef6d7e5

Browse files
committed
update workflow
1 parent 568769d commit ef6d7e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildimage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ jobs:
106106
# fantastic feeds
107107
n=$[ $(sed -n '/This is the local package repository/=' repositories.conf) -1 ]
108108
sed -i "${n}i\
109-
src/gz fantastic_packages https://github.com/$GITHUB_REPOSITORY_OWNER/packages/raw/gh-pages/releases/${VERSION%.*}/packages/$ARCH/packages\n\
110-
src/gz fantastic_luci https://github.com/$GITHUB_REPOSITORY_OWNER/packages/raw/gh-pages/releases/${VERSION%.*}/packages/$ARCH/luci" \
109+
src/gz fantastic_packages_packages https://github.com/$GITHUB_REPOSITORY_OWNER/packages/raw/gh-pages/releases/${VERSION%.*}/packages/$ARCH/packages\n\
110+
src/gz fantastic_packages_luci https://github.com/$GITHUB_REPOSITORY_OWNER/packages/raw/gh-pages/releases/${VERSION%.*}/packages/$ARCH/luci" \
111111
repositories.conf
112112
# ROOTFS_SIZE
113113
sed -i "s|\(\bCONFIG_TARGET_ROOTFS_PARTSIZE\)=.*|\1=$ROOTFS_SIZE|" .config

0 commit comments

Comments
 (0)