Update check_profiles.yml to suppress output during unzip operation

This commit is contained in:
SoftFever
2026-01-13 23:16:33 +08:00
parent 9561b9e8c0
commit 3410d38475

View File

@@ -58,7 +58,7 @@ jobs:
run: |
set +e
curl -LJO https://github.com/OrcaSlicer/OrcaSlicer/releases/download/nightly-builds/orca_custom_preset_tests.zip
unzip ./orca_custom_preset_tests.zip -d ${{ github.workspace }}/resources/profiles
unzip -q ./orca_custom_preset_tests.zip -d ${{ github.workspace }}/resources/profiles
./OrcaSlicer_profile_validator -p ${{ github.workspace }}/resources/profiles -l 2 2>&1 | tee ${{ runner.temp }}/validate_custom.log
exit ${PIPESTATUS[0]}