Skip to content

Commit

Permalink
debug build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Jan 9, 2025
1 parent 78af6e7 commit b010e69
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,15 @@ jobs:
TARGET_ARCH: ${{ matrix.config.arch }}
BUILD_DATE: ${{ steps.date.outputs.date }}

- name: show build result
if: always()
run: echo build result ${{ steps.buildSDK.outcome }}

- name: debug build failure
if: always()
uses: actions/upload-artifact@v3
with:
name: build-failures
name: build-logs-${{ matrix.config.target }}-${{ matrix.config.arch }}
path: |
./vcpkg/buildtrees/**/*.log
./build/**/*log
Expand Down

0 comments on commit b010e69

Please sign in to comment.