We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade1a50 commit ad7a19aCopy full SHA for ad7a19a
1 file changed
.github/workflows/cd.yml
@@ -73,8 +73,8 @@ jobs:
73
# git commit --amend --no-edit
74
# git push --force
75
76
- # - name: Package MacOS Binary
77
- # run: ./scripts/package_macos.sh ${{ steps.extract-version.outputs.tag-name }}
+ - name: Package MacOS Binary
+ run: ./scripts/package_macos.sh ${{ steps.extract-version.outputs.tag-name }}
78
79
- name: Releasing MacOS Binary
80
uses: "marvinpinto/action-automatic-releases@latest"
0 commit comments