Skip to content

Commit ad7a19a

Browse files
committed
need to build binary
1 parent ade1a50 commit ad7a19a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
# git commit --amend --no-edit
7474
# git push --force
7575

76-
# - name: Package MacOS Binary
77-
# run: ./scripts/package_macos.sh ${{ steps.extract-version.outputs.tag-name }}
76+
- name: Package MacOS Binary
77+
run: ./scripts/package_macos.sh ${{ steps.extract-version.outputs.tag-name }}
7878

7979
- name: Releasing MacOS Binary
8080
uses: "marvinpinto/action-automatic-releases@latest"

0 commit comments

Comments
 (0)