Skip to content

Commit d2e66f4

Browse files
committed
test: upload artifacts for all OSes
1 parent c4aad89 commit d2e66f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)