From 67e7d9c3994a583ce1208cba8958143489630701 Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Thu, 6 Oct 2022 16:30:33 -0400 Subject: [PATCH] Improve output --- .github/workflows/artifacts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 066f8c5..d43fe17 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -48,6 +48,7 @@ jobs: run: | cd swiftshader/build + # We don't need ccache anyway and windows builds fail due to a bug in ccache. cmake .. -G Ninja -DCCACHE_FOUND=CCACHE_FOUND-NOTFOUND - name: build @@ -60,7 +61,7 @@ jobs: run: | cd swiftshader/build - tar -cvf swiftshader-${{ matrix.short_os }}.tar.xz ${{ matrix.out_dir }}/* + tar -cvf swiftshader-${{ matrix.short_os }}.tar.xz -C ${{ matrix.out_dir }} . shell: bash - name: release