diff --git a/.github/workflows/deploy-react-components.yml b/.github/workflows/deploy-react-components.yml index 765d4adc0..a2efd8207 100644 --- a/.github/workflows/deploy-react-components.yml +++ b/.github/workflows/deploy-react-components.yml @@ -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 diff --git a/.github/workflows/deploy-rust-bindings.yml b/.github/workflows/deploy-rust-bindings.yml index 261180626..50cbca130 100644 --- a/.github/workflows/deploy-rust-bindings.yml +++ b/.github/workflows/deploy-rust-bindings.yml @@ -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 diff --git a/.github/workflows/deploy-wallet-connectors.yml b/.github/workflows/deploy-wallet-connectors.yml index 5d0e70f70..3effcdf12 100644 --- a/.github/workflows/deploy-wallet-connectors.yml +++ b/.github/workflows/deploy-wallet-connectors.yml @@ -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