Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
v6ak committed Sep 22, 2023
1 parent b7d3410 commit 4d7141b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ jobs:
uses: actions/download-artifact@v3
with:
name: site
path: ./artifacts
path: ./build

- name: Download job2 artifact
uses: actions/download-artifact@v3
with:
name: site-for-verification
path: ./artifacts
path: ./verification

- name: Find
run: find

- name: Compare artifacts
run: diff ./artifacts/site ./artifacts/site-for-verification.zip
run: diff ./build/pack.zip ./verification/pack.zip

0 comments on commit 4d7141b

Please sign in to comment.