From 4cdbe5fa30801ad5e618dc97c9bf42ee015b7279 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Sun, 27 Jul 2025 22:04:05 +0800 Subject: [PATCH] fix an issue that OrcaSlicer_profile_validator for Mac was not published to nightly build --- .github/workflows/build_orca.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/build_orca.yml b/.github/workflows/build_orca.yml index 0753a65892..21462db85a 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -190,18 +190,6 @@ jobs: asset_content_type: application/octet-stream max_releases: 1 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted - - - name: Deploy Mac OrcaSlicer_profile_validator release - if: github.ref == 'refs/heads/main' && inputs.os == 'macos-14' - uses: WebFreak001/deploy-nightly@v3.2.0 - with: - upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} - release_id: 137995723 - asset_path: ${{ github.workspace }}/OrcaSlicer_profile_validator_Mac_${{ env.ver }}.zip - asset_name: OrcaSlicer_profile_validator_Mac_${{ env.ver }}.zip - asset_content_type: application/zip - max_releases: 1 - - name: Deploy Mac OrcaSlicer_profile_validator DMG release if: github.ref == 'refs/heads/main' && inputs.os == 'macos-14' uses: WebFreak001/deploy-nightly@v3.2.0