From da1a4374b9b64b43329356d57c818774586d8531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=B7=E9=AB=85=E5=A4=B4?= Date: Fri, 20 Dec 2024 11:07:08 +0800 Subject: [PATCH] Update x86-x64-openwrt-docker.yml --- .github/workflows/x86-x64-openwrt-docker.yml | 2 ++ 1 file changed, 2 insertions(+) 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