From e9bd59a3608012376a1481ee90ebb87759e0861a Mon Sep 17 00:00:00 2001 From: Dylan Marcus Date: Sat, 3 Feb 2024 13:42:01 -0500 Subject: [PATCH] changed the installer path on the cd windows --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 6ecc062..06ca8a0 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -166,5 +166,5 @@ jobs: uses: actions/upload-artifact@v2 with: name: M1-OrientationOSC (Windows) - path: ${{ github.workspace }}\osc_client\build\m1-M1-OrientationOSC_artefacts\Release\Output\M1-OrientationOSC_WIN.exe + path: ${{ github.workspace }}\osc_client\Output\M1-OrientationOSC_WIN.exe if-no-files-found: error \ No newline at end of file