diff --git a/.github/workflows/x86-x64-openwrt-docker.yml b/.github/workflows/x86-x64-openwrt-docker.yml index 9dc2202..ece76aa 100644 --- a/.github/workflows/x86-x64-openwrt-docker.yml +++ b/.github/workflows/x86-x64-openwrt-docker.yml @@ -148,6 +148,8 @@ jobs: cp ../scripts/init-settings.sh files/etc/uci-defaults/99-init-settings mkdir -p files/etc/opkg cp ../configs/opkg/distfeeds-packages-server.conf files/etc/opkg/distfeeds.conf.server + mkdir -p files/etc/opkg/keys + cp ../configs/opkg/1035ac73cc4e59e3 files/etc/opkg/keys/1035ac73cc4e59e3 if "$KMODS_IN_FIRMWARE" = 'true' then mkdir -p files/www/snapshots