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