From cb9144a0af7d09309a1997643f14167bb4800692 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Fri, 1 Sep 2023 14:20:56 -0700 Subject: ci: :green_heart: copy binaries to new location in ci --- .github/workflows/main.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github/workflows/main.yaml') diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 10cfc2a1..7e21b606 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -59,29 +59,29 @@ jobs: # Download corresponding binary artifact for the platform - - name: Create exe directory + - name: Create server directory run: | - mkdir extension/server/exe + mkdir -p ~/.continue/server/exe - name: Download Linux build uses: actions/download-artifact@v2 with: name: LinuxBuild - path: extension/server/exe + path: ~/.continue/server/exe if: matrix.os == 'ubuntu-20.04' - name: Download macOS build uses: actions/download-artifact@v2 with: name: macOSBuild - path: extension/server/exe + path: ~/.continue/server/exe if: matrix.os == 'macos-latest' - name: Download Windows build uses: actions/download-artifact@v2 with: name: WindowsBuild - path: extension/server/exe + path: ~/.continue/server/exe if: matrix.os == 'windows-latest' - name: Set permissions -- cgit v1.2.3-70-g09d2