From caf2d977797abdf2692412c94762cbe753b931e9 Mon Sep 17 00:00:00 2001 From: Hyy2001X <1804430051@qq.com> Date: Fri, 11 Sep 2020 09:53:27 +0800 Subject: [PATCH] Try to fix yaml syntax --- .github/workflows/AutoBuild.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/AutoBuild.yml b/.github/workflows/AutoBuild.yml index 04cd636..a5cd004 100644 --- a/.github/workflows/AutoBuild.yml +++ b/.github/workflows/AutoBuild.yml @@ -78,14 +78,14 @@ jobs: - name: Download package run: | - cd openwrt + cd openwrt make download -j$(nproc) find dl -size -1024c -exec ls -l {} \; find dl -size -1024c -exec rm -f {} \; - name: Compile the firmware run: | - cd openwrt + cd openwrt make -j$(nproc) V=s - name: Run After-Compile-OpenWRT Script @@ -94,7 +94,7 @@ jobs: cd openwrt $GITHUB_WORKSPACE/$CUSTOM_SCRIPT_3 - - name : Upload Firmware to Artifact + - name: Upload Firmware to Artifact uses: actions/upload-artifact@main with: name: OpenWrt