From a85e66b11818c0310340339683f3012cafee372a Mon Sep 17 00:00:00 2001 From: absolutelightning Date: Tue, 4 Jul 2023 12:42:34 +0530 Subject: [PATCH] fix cin path --- .github/workflows/test-integration-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integration-windows.yml b/.github/workflows/test-integration-windows.yml index b72be06858..b39b5656a6 100644 --- a/.github/workflows/test-integration-windows.yml +++ b/.github/workflows/test-integration-windows.yml @@ -63,9 +63,9 @@ jobs: uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 with: name: '${{ env.CONSUL_BINARY_UPLOAD_NAME }}' - path: ./bin + path: C:\bin - name: restore mode+x - run: chmod +x ./bin/consul + run: chmod +x C:\bin\consul - name: Set up Docker Buildx uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2.5.0