mirror of
https://github.com/xopenwrt/X-OpenWrt-New.git
synced 2026-09-27 15:24:45 +00:00
Try to fix yaml syntax
This commit is contained in:
@@ -78,14 +78,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Download package
|
- name: Download package
|
||||||
run: |
|
run: |
|
||||||
cd openwrt
|
cd openwrt
|
||||||
make download -j$(nproc)
|
make download -j$(nproc)
|
||||||
find dl -size -1024c -exec ls -l {} \;
|
find dl -size -1024c -exec ls -l {} \;
|
||||||
find dl -size -1024c -exec rm -f {} \;
|
find dl -size -1024c -exec rm -f {} \;
|
||||||
|
|
||||||
- name: Compile the firmware
|
- name: Compile the firmware
|
||||||
run: |
|
run: |
|
||||||
cd openwrt
|
cd openwrt
|
||||||
make -j$(nproc) V=s
|
make -j$(nproc) V=s
|
||||||
|
|
||||||
- name: Run After-Compile-OpenWRT Script
|
- name: Run After-Compile-OpenWRT Script
|
||||||
@@ -94,7 +94,7 @@ jobs:
|
|||||||
cd openwrt
|
cd openwrt
|
||||||
$GITHUB_WORKSPACE/$CUSTOM_SCRIPT_3
|
$GITHUB_WORKSPACE/$CUSTOM_SCRIPT_3
|
||||||
|
|
||||||
- name : Upload Firmware to Artifact
|
- name: Upload Firmware to Artifact
|
||||||
uses: actions/upload-artifact@main
|
uses: actions/upload-artifact@main
|
||||||
with:
|
with:
|
||||||
name: OpenWrt
|
name: OpenWrt
|
||||||
|
|||||||
Reference in New Issue
Block a user