From 94f59dc9d02da7348ea78de155ce0fccd89a2fe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Bruus=20Zeppelin?= Date: Tue, 18 Jun 2024 14:49:21 +0200 Subject: [PATCH] Fix CD artifact download --- .github/workflows/deploy-react-components.yml | 2 +- .github/workflows/deploy-rust-bindings.yml | 2 +- .github/workflows/deploy-wallet-connectors.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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