From 4f4ddb5fef9e5e4490880a4ff46526cfb17f61e7 Mon Sep 17 00:00:00 2001 From: Begona Guereca Date: Tue, 24 Sep 2024 14:48:21 -0700 Subject: [PATCH] remove dist --- .github/workflows/CI.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f65849012..2e4e2c637 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -161,18 +161,13 @@ jobs: uses: actions/setup-dotnet@v2 with: global-json-file: global.json - - - name: Create dist directory - run: mkdir -p ./dist - - - name: Create dist directory - run: mkdir -p ./dist + - name: Download Binaries uses: actions/download-artifact@v4 with: name: binaries-${{ matrix.runner-os }} - path: ./dist + path: dist - name: Copy binary to root (linux) if: matrix.runner-os == 'ubuntu-latest'