From e4d8d6987abf7cc26ad28070fbc55214c76004cc Mon Sep 17 00:00:00 2001 From: Sakimotor Date: Tue, 4 Mar 2025 21:40:45 +0100 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 68bd166..7646a8b 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -93,13 +93,13 @@ jobs: - name: Download Linux Build Artifacts uses: actions/download-artifact@v4 with: - name: XenonBinaries-Linux + name: XenonBinaries-ubuntu-latest path: artifacts - name: Download Windows Build Artifacts uses: actions/download-artifact@v4 with: - name: XenonBinaries-Windows + name: XenonBinaries-windows-latest path: artifacts - name: Create GitHub Release