From f344cf78f32b1daa1d066bdea75f37f9a81dd1de Mon Sep 17 00:00:00 2001 From: SoftFever Date: Fri, 26 Jun 2026 02:14:57 +0800 Subject: [PATCH] CI: download profile validator from nightly release --- .github/workflows/check_profiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_profiles.yml b/.github/workflows/check_profiles.yml index 84a396d7a32..c27c5fa5520 100644 --- a/.github/workflows/check_profiles.yml +++ b/.github/workflows/check_profiles.yml @@ -38,7 +38,7 @@ jobs: - name: Download working-directory: ${{ github.workspace }} run: | - curl -LJO https://github.com/SoftFever/Orca_tools/releases/download/1/OrcaSlicer_profile_validator + curl -L -o OrcaSlicer_profile_validator https://github.com/OrcaSlicer/OrcaSlicer/releases/download/nightly-builds/OrcaSlicer_profile_validator_Linux_Ubuntu2404_nightly chmod +x ./OrcaSlicer_profile_validator # validate profiles