Skip to content

Commit 74295a9

Browse files
committed
dont run Package submodules twice
1 parent bd734e9 commit 74295a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
# Packaging submodules for homebrew distribution
106106
- name: Package submodules
107107
id: submodules
108-
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.target == 'darwin' }}
108+
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.platform == 'darwin-x64' }}
109109
run: |
110110
STAGING=${{ steps.vars.outputs.PKG_STAGING }}
111111
PKG_SUBMOD_NAME="${{ env.PROJECT }}-${{ steps.vars.outputs.PKG_VERSION }}-submodules.zip"

0 commit comments

Comments
 (0)