From b2036f34a5c7b8b2478e777e9bd24e81db88262e Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Mon, 29 May 2023 08:21:28 +0100 Subject: [PATCH] attempt to fix the paths in the windows build --- .github/workflows/build-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-commit.yml b/.github/workflows/build-commit.yml index 60ee25c..b6e33a7 100644 --- a/.github/workflows/build-commit.yml +++ b/.github/workflows/build-commit.yml @@ -244,7 +244,7 @@ jobs: # Artifact name name: turbopilot-${{ runner.os }}-${{ runner.arch }}-${{ steps.short-sha.outputs.sha }}-${{ matrix.build }} # optional, default is artifact # A file, directory or wildcard pattern that describes what to upload - path: ${{github.workspace}}/ggml/build/bin/codegen* + path: ${{github.workspace}}\\ggml\\build\\bin\\Release\\codegen* # The desired behavior if no files are found using the provided path. - name: package artifacts for release