From 040712bb2d8cf47b29d1625132f8439435655737 Mon Sep 17 00:00:00 2001 From: jcleng Date: Mon, 16 Jan 2023 08:48:49 +0800 Subject: [PATCH] .config file bak Signed-off-by: jcleng --- .github/workflows/build-openwrt.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index 909ecfc..53288bb 100644 --- a/.github/workflows/build-openwrt.yml +++ b/.github/workflows/build-openwrt.yml @@ -61,9 +61,8 @@ jobs: cd openwrt rm -rf ./bin ./build_dir ./tmp make defconfig - mkdir ./bin cat ./.config - cp ./.config ./bin/config.bak + - name: Cache Hook uses: actions/cache@v3 @@ -78,6 +77,11 @@ jobs: cache_ar300nand_ cache_ar300nand cache + + - name: .config file bak + run: | + mkdir ./bin + cp ./.config ./bin/config.bak - name: make run: | cd openwrt