From f97d5782c3e063ae90d9d6e4bc80e6d620c49d86 Mon Sep 17 00:00:00 2001 From: Mileter <90982151+Mileter@users.noreply.github.com> Date: Wed, 26 Jun 2024 21:48:24 -0800 Subject: [PATCH] Testing XVII Surely NOW NOW it'll work. --- .github/workflows/cmake-multi-platform.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 2645aff..6cfe5d1 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -37,7 +37,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: build-linux - # path: /build + path: ${{github.workspace}}/build build-windows: runs-on: windows-latest @@ -61,7 +61,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: build-windows - # path: /build + path: ${{github.workspace}}/build build-macos: runs-on: macos-latest @@ -85,5 +85,5 @@ jobs: uses: actions/upload-artifact@v4 with: name: build-macos - # path: build + path: ${{github.workspace}}/build