mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-08 16:16:18 +00:00
Add extract
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -32,6 +32,10 @@ jobs:
|
|||||||
name: github-pages
|
name: github-pages
|
||||||
path: artifact2
|
path: artifact2
|
||||||
|
|
||||||
|
- name: Extract artifacts
|
||||||
|
run: tar --force-local -xf artifact2/artifact.tar -C artifact2 && rm artifact2/artifact.tar
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- name: Compare artifacts
|
- name: Compare artifacts
|
||||||
run: diff -qr artifact artifact2
|
run: diff -qr artifact artifact2
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user