1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-11 13:06:59 +03:00

Fix build artifact pathnames

This commit is contained in:
Rui Ueyama 2023-11-29 16:59:23 +09:00
parent f4c5a8a42e
commit 02a7640047

View File

@ -40,7 +40,9 @@ jobs:
if: failure()
with:
name: test-results-clang
path: b/out b/Testing
path: |
build/out
build/Testing
build-gcc:
runs-on: ubuntu-20.04