Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Normalize
  • Loading branch information
Yoann Chaudet committed Aug 18, 2022
1 parent ae9ee82 commit 2ab5cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
path: artifact2

- name: Extract artifacts
run: tar --force-local -xf artifact2/artifact.tar -C artifact2 && rm artifact2/artifact.tar
run: tar -xf artifact2/artifact.tar -C artifact2 && rm artifact2/artifact.tar
shell: bash

- name: Compare artifacts
Expand Down

0 comments on commit 2ab5cde

Please sign in to comment.