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