Skip to content

Commit

Permalink
Improve output
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Oct 6, 2022
1 parent 2ccd4f0 commit 67e7d9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 67e7d9c

Please sign in to comment.