Skip to content

Commit

Permalink
CI: upload debug log
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Apr 9, 2023
1 parent f5765e5 commit 7789cda
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/update-mirror.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2021 ImmortalWrt.org
# Copyright (C) 2021-2023 ImmortalWrt.org

name: Update Mirror

Expand Down Expand Up @@ -50,10 +50,19 @@ jobs:
run: |
cd "immortalwrt"
echo -e "CONFIG_ALL=y" > ".config"
echo -e "CONFIG_DEVEL=y" >> ".config"
echo -e "CONFIG_BUILD_LOG=y" >> ".config"
make defconfig
make download -j8
find dl -size -1024c -exec rm -f {} \;
- name: Upload failogs
if: ${{ failure() || cancelled() }}
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.branch }}-logs
path: logs/

- name: Fetch Cached Uploaded Files List
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 7789cda

Please sign in to comment.