Skip to content

Commit

Permalink
pack
Browse files Browse the repository at this point in the history
  • Loading branch information
MackBambu committed Jun 4, 2024
1 parent 229f3f0 commit 8e52c6c
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 @@ -115,8 +115,8 @@ jobs:
if: github.ref != 'refs/heads/main' && inputs.os == 'macos-13'
working-directory: ${{ github.workspace }}
run: |
brew install create-dmg
creat-dmg --volname "Bambu Studio" --windows-pos 200 120 --window-size 600 400 --icon-size 100 --icon "BambuStudio.app" 200 150 --app-drop-link 400 150 BambuStudio_Mac_${{inputs.arch}}_${{ env.ver }}.dmg ${{ github.workspace }}/install-dir/BambuStudio.app
brew install create-dmg
creat-dmg --volname "Bambu Studio" --windows-pos 200 120 --window-size 600 400 --icon-size 100 --icon "BambuStudio.app" 200 150 --app-drop-link 400 150 BambuStudio_Mac_${{inputs.arch}}_${{ env.ver }}.dmg ${{ github.workspace }}/install-dir/BambuStudio.app
- name: Upload artifacts mac
if: inputs.os == 'macos-13'
Expand Down

0 comments on commit 8e52c6c

Please sign in to comment.