mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2026-02-10 03:07:07 +05:00
build: Fix step "Show host tools stamps" for TRX
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -459,8 +459,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Show host tools stamps
|
- name: Show host tools stamps
|
||||||
run: |
|
run: |
|
||||||
|
if [ -d staging_dir/host/stamp ]; then
|
||||||
ls -la staging_dir/host/stamp/
|
ls -la staging_dir/host/stamp/
|
||||||
ls -la staging_dir/host/stamp/ > logs/host_stamp_dir.txt
|
ls -la staging_dir/host/stamp/ > logs/host_stamp_dir.txt
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Configure 2
|
- name: Configure 2
|
||||||
id: configure2
|
id: configure2
|
||||||
|
|||||||
Reference in New Issue
Block a user