From 5ebb3085424b31c8db632028bd409113a85a106b Mon Sep 17 00:00:00 2001 From: Troy Schrapel Date: Sat, 16 Sep 2023 10:38:54 +0930 Subject: [PATCH] Update cmake-multi-platform.yml Fixed emulator build artifacts directory --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index ef37c5e..f787171 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -74,4 +74,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: emulator-${{ matrix.os }}-build - path: ${{ env.OUTPUT_DIR }}/bin + path: ${{ steps.strings.outputs.build-output-dir }}/bin