File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 # the SHA digest for all the release files and encode them using Base64, and export it
115115 # from this job.
116116 - name : Compute package hash
117- if : matrix.os == env.ARTIFACT_OS && matrix. python == env.ARTIFACT_PYTHON
117+ if : matrix.python == env.ARTIFACT_PYTHON
118118 id : compute-hash
119119 shell : bash
120120 run : |
@@ -133,7 +133,7 @@ jobs:
133133 # For now only generate artifacts for the specified OS and Python version in env variables.
134134 # Currently reusable workflows do not support setting strategy property from the caller workflow.
135135 - name : Upload the package artifact for debugging and release
136- if : matrix.os == env.ARTIFACT_OS && matrix. python == env.ARTIFACT_PYTHON
136+ if : matrix.python == env.ARTIFACT_PYTHON
137137 uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
138138 with :
139139 name : artifact-${{ matrix.os }}-python-${{ matrix.python }}
You can’t perform that action at this time.
0 commit comments