Try to fix yaml syntax

This commit is contained in:
Hyy2001X 2020-09-11 09:53:27 +08:00 committed by GitHub
parent 3b2feb5ed6
commit caf2d97779
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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