Skip to content

Commit

Permalink
./packages/core/
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed May 17, 2024
1 parent 1295fc0 commit c7ee7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,10 +454,10 @@ jobs:
- name: Download all artifacts
uses: actions/download-artifact@v3
with:
path: artifacts
path: ./packages/core/artifacts

- name: List binaries
run: ls -R artifacts
run: ls -R ./packages/core/artifacts
shell: bash

- name: Move binaries
Expand Down

0 comments on commit c7ee7bf

Please sign in to comment.