Skip to content

Commit c487410

Browse files
committed
Update x86full.yml
1 parent 442195a commit c487410

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/x86full.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,11 @@ jobs:
117117
- name: Organize config and log files
118118
run: |
119119
cd openwrt
120-
mv download.log /bin/targets/*/*/download.log
121-
mv check.log /bin/targets/*/*/check.log
122-
mv build.log /bin/targets/*/*/build.log
123-
mv .config /bin/targets/*/*/.config
120+
mv .config ./bin/targets/x86/64/.config
121+
mv feeds.conf.default ./bin/targets/x86/64/feeds.conf.default
122+
mv download.log ./bin/targets/x86/64/download.log
123+
mv check.log ./bin/targets/x86/64/check.log
124+
mv build.log ./bin/targets/x86/64/build.log
124125
125126
- name: Check space usage
126127
if: (!cancelled())

0 commit comments

Comments
 (0)