Add extract

This commit is contained in:
Yoann Chaudet
2022-08-18 16:41:23 -07:00
parent 78f064a158
commit ae9ee82aa6

View File

@@ -32,6 +32,10 @@ jobs:
name: github-pages
path: artifact2
- name: Extract artifacts
run: tar --force-local -xf artifact2/artifact.tar -C artifact2 && rm artifact2/artifact.tar
shell: bash
- name: Compare artifacts
run: diff -qr artifact artifact2
shell: bash