Skip to content

Commit

Permalink
Fix CD artifact download
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Jun 18, 2024
1 parent fe9d13f commit 94f59dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-react-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Get build-output
uses: actions/download-artifact@v4
with:
path: packages
path: packages/react-components
name: build-release

- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-rust-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Get build-output
uses: actions/download-artifact@v4
with:
path: packages
path: packages/rust-bindings
name: build-release

- name: Create a GitHub release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wallet-connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Get build-output
uses: actions/download-artifact@v4
with:
path: packages
path: packages/wallet-connectors
name: build-release

- uses: actions/setup-node@v3
Expand Down

0 comments on commit 94f59dc

Please sign in to comment.