Skip to content

Commit 064266d

Browse files
authored
Update path
1 parent e94500f commit 064266d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/libzedmd-python-pybind11-extension.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
cp build/*extending*.lib tmp || true
155155
cp build/*extending*.dll tmp || true
156156
else
157-
ARTIFACT_PATH="libzedmd-${{ needs.version.outputs.tag }}-${{ matrix.platform }}-${{ matrix.arch }}.tar.gz"
157+
ARTIFACT_PATH="libzedmd-python-pybind11-extension-${{ needs.version.outputs.tag }}-${{ matrix.platform }}-${{ matrix.arch }}.tar.gz"
158158
if [[ "${{ matrix.platform }}" == "macos" ]]; then
159159
cp extern/libzedmd/build/*zedmd*.a tmp || true
160160
cp -a extern/libzedmd/build/*serialport*.dylib tmp || true
@@ -227,8 +227,8 @@ jobs:
227227
files: |
228228
libzedmd-python-pybind11-extension-${{ needs.version.outputs.tag }}-win-x64.zip
229229
libzedmd-python-pybind11-extension-${{ needs.version.outputs.tag }}-win-x86.zip
230-
libzedmd-python-pybind11-extension-${{ needs.version.outputs.tag }}-macos-arm64/libzedmd-${{ needs.version.outputs.tag }}-macos-arm64.tar.gz
231-
libzedmd-python-pybind11-extension-${{ needs.version.outputs.tag }}-macos-x64/libzedmd-${{ needs.version.outputs.tag }}-macos-x64.tar.gz
230+
libzedmd-python-pybind11-extension-${{ needs.version.outputs.tag }}-macos-arm64/libzedmd-python-pybind11-extension-${{ needs.version.outputs.tag }}-macos-arm64.tar.gz
231+
libzedmd-python-pybind11-extension-${{ needs.version.outputs.tag }}-macos-x64/libzedmd-python-pybind11-extension-${{ needs.version.outputs.tag }}-macos-x64.tar.gz
232232
libzedmd-python-pybind11-extension-${{ needs.version.outputs.tag }}-macos.tar.gz
233-
libzedmd-python-pybind11-extension-${{ needs.version.outputs.tag }}-linux-x64/libzedmd-${{ needs.version.outputs.tag }}-linux-x64.tar.gz
234-
libzedmd-python-pybind11-extension-${{ needs.version.outputs.tag }}-linux-aarch64/libzedmd-${{ needs.version.outputs.tag }}-linux-aarch64.tar.gz
233+
libzedmd-python-pybind11-extension-${{ needs.version.outputs.tag }}-linux-x64/libzedmd-python-pybind11-extension-${{ needs.version.outputs.tag }}-linux-x64.tar.gz
234+
libzedmd-python-pybind11-extension-${{ needs.version.outputs.tag }}-linux-aarch64/libzedmd-python-pybind11-extension-${{ needs.version.outputs.tag }}-linux-aarch64.tar.gz

0 commit comments

Comments
 (0)