From 768b8ee70c657a3414ee10d7f4e54c322b478878 Mon Sep 17 00:00:00 2001 From: Darice Date: Mon, 20 May 2024 15:23:10 -0600 Subject: [PATCH] fix wx artifact path --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77b1507..b855dce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: with: name: wxWidgets-linux path: | - wx-3.2.3 + ${HOME}/wx-3.2.3 - name: Build LK run: | @@ -162,7 +162,7 @@ jobs: with: name: wxWidgets-${{ matrix.os }} path: | - wx-3.2.3 + ${HOME}/wx-3.2.3 - name: Setup cmake uses: jwlawson/actions-setup-cmake@v2