Skip to content

Commit

Permalink
Update build_bambu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MackBambu authored Jun 13, 2024
1 parent e14d906 commit df23b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_bambu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
# zip -r orca_custom_preset_tests.zip user/

- name: Upload artifacts Ubuntu
if: ${{ ! env.ACT && inputs.os == 'ubuntu-20.04' }} || ${{ ! env.ACT && inputs.os == 'ubuntu-24.04' }}
if: ${{ ! env.ACT && (inputs.os == 'ubuntu-20.04' || inputs.os == 'ubuntu-24.04') }}
uses: actions/upload-artifact@v4
with:
name: BambuStudio_${{inputs.os}}_${{ env.ver }}
Expand All @@ -284,4 +284,4 @@ jobs:
# asset_path: ${{ github.workspace }}/resources/profiles/orca_custom_preset_tests.zip
# asset_name: orca_custom_preset_tests.zip
# asset_content_type: application/octet-stream
# max_releases: 1
# max_releases: 1

0 comments on commit df23b3c

Please sign in to comment.