@@ -53,35 +53,35 @@ jobs:
5353 path : ${{ steps.archive.outputs.GUPPYPATH }}
5454 retention-days : 1
5555
56- build_macos :
57- if : github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[build]')
58- needs : build_cli
59- runs-on : macos-latest
60- steps :
61- - uses : actions/checkout@v4
62- with :
63- fetch-depth : 0
56+ # build_macos:
57+ # if: github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[build]')
58+ # needs: build_cli
59+ # runs-on: macos-latest
60+ # steps:
61+ # - uses: actions/checkout@v4
62+ # with:
63+ # fetch-depth: 0
6464
65- - uses : actions/download-artifact@v4
66- with :
67- name : guppy
68- path : ./cli/dist/guppy
65+ # - uses: actions/download-artifact@v4
66+ # with:
67+ # name: guppy
68+ # path: ./cli/dist/guppy
6969
70- - name : Sign guppy binary
71- run : codesign -s - ./cli/dist/guppy
70+ # - name: Sign guppy binary
71+ # run: codesign -s - ./cli/dist/guppy
7272
73- - name : Build macOS app
74- env :
75- VERSION : ${{ needs.build_cli.outputs.VERSION }}
76- BUILD : ${{ needs.build_cli.outputs.BUILD }}
77- run : make build-macos
73+ # - name: Build macOS app
74+ # env:
75+ # VERSION: ${{ needs.build_cli.outputs.VERSION }}
76+ # BUILD: ${{ needs.build_cli.outputs.BUILD }}
77+ # run: make build-macos
7878
79- - name : Package macOS app
80- run : ditto -c -k --keepParent ./macos/build/guppy.app ./guppy-macos-${{ env.VERSION }}.zip
79+ # - name: Package macOS app
80+ # run: ditto -c -k --keepParent ./macos/build/guppy.app ./guppy-macos-${{ env.VERSION }}.zip
8181
82- - name : Upload macOS app
83- uses : actions/upload-artifact@v4
84- with :
85- name : guppy-macos
86- path : ./guppy-macos-${{ env.VERSION }}.zip
87- retention-days : 1
82+ # - name: Upload macOS app
83+ # uses: actions/upload-artifact@v4
84+ # with:
85+ # name: guppy-macos
86+ # path: ./guppy-macos-${{ env.VERSION }}.zip
87+ # retention-days: 1
0 commit comments