Skip to content

Commit

Permalink
Fix compression output
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Oct 6, 2022
1 parent 56bae7a commit 7f43c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
cd swiftshader/build
tar -cvf swiftshader-${{ matrix.short_os }}.tar.xz -C ${{ matrix.out_dir }} .
tar -cvf swiftshader-${{ matrix.short_os }}-${{ matrix.arch }}.tar.xz -C ${{ matrix.out_dir }} .
shell: bash

- name: release
Expand Down

0 comments on commit 7f43c4a

Please sign in to comment.