We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Package submodules
1 parent bd734e9 commit 74295a9Copy full SHA for 74295a9
.github/workflows/build.yml
@@ -105,7 +105,7 @@ jobs:
105
# Packaging submodules for homebrew distribution
106
- name: Package submodules
107
id: submodules
108
- if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.target == 'darwin' }}
+ if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.platform == 'darwin-x64' }}
109
run: |
110
STAGING=${{ steps.vars.outputs.PKG_STAGING }}
111
PKG_SUBMOD_NAME="${{ env.PROJECT }}-${{ steps.vars.outputs.PKG_VERSION }}-submodules.zip"
0 commit comments