mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-26 01:28:37 -07:00
fix an issue that OrcaSlicer_profile_validator for Mac was not published to nightly build
This commit is contained in:
parent
7bf79a1a6c
commit
4cdbe5fa30
1 changed files with 0 additions and 12 deletions
12
.github/workflows/build_orca.yml
vendored
12
.github/workflows/build_orca.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue