Skip to content

Commit

Permalink
[CI] Fix comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
v6ak committed Sep 22, 2023
1 parent 3c24982 commit 383724a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: site
path: pack-for-verification.zip
name: site-for-verification
path: pack.zip

compare:
needs: [build, test-bleeding-edge-java-and-npm]
Expand All @@ -46,13 +46,13 @@ jobs:
- name: Download build artifact
uses: actions/download-artifact@v3
with:
name: pack.zip
name: site
path: ./artifacts

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

- name: Compare artifacts
Expand Down

0 comments on commit 383724a

Please sign in to comment.