From 6a4e55fc917d20e892a4e364168a77b54f1a85d9 Mon Sep 17 00:00:00 2001 From: Radkesvat <134321679+radkesvat@users.noreply.github.com> Date: Sun, 30 Jun 2024 01:11:06 +0000 Subject: [PATCH] fix windosw artifact upload path --- .github/workflows/cmake-mingw-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-mingw-windows.yml b/.github/workflows/cmake-mingw-windows.yml index b9e83d04..f6d26ef2 100644 --- a/.github/workflows/cmake-mingw-windows.yml +++ b/.github/workflows/cmake-mingw-windows.yml @@ -62,4 +62,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: Waterwall_${{ runner.os }}_${{ runner.arch }}_${{ matrix.c_compiler }} - path: ${{ steps.strings.outputs.build-output-dir }}/bin \ No newline at end of file + path: ${{ github.workspace }}/build/bin \ No newline at end of file