File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,11 @@ jobs:
93
93
run : |
94
94
case "${{ matrix.os }}" in
95
95
ubuntu-latest)
96
- echo OS_TAG =linux >> $GITHUB_ENV
96
+ echo OS_ARCH_TAG =linux-x86_64 >> $GITHUB_ENV
97
97
sudo apt-get install libopenslide0
98
98
;;
99
99
macos-latest)
100
- echo OS_TAG =macos >> $GITHUB_ENV
100
+ echo OS_ARCH_TAG =macos-arm64-x86_64 >> $GITHUB_ENV
101
101
echo DYLD_LIBRARY_PATH=/opt/homebrew/lib >> $GITHUB_ENV
102
102
brew install openslide
103
103
;;
@@ -151,7 +151,7 @@ jobs:
151
151
if : env.archive_wheel
152
152
uses : actions/upload-artifact@v4
153
153
with :
154
- name : ${{ needs.pre-commit.outputs.dist-base }}-${{ env.OS_TAG }}-${{ matrix.python-version }}
154
+ name : ${{ needs.pre-commit.outputs.dist-base }}-${{ env.OS_ARCH_TAG }}-${{ matrix.python-version }}
155
155
path : artifacts/whl
156
156
compression-level : 0
157
157
@@ -223,7 +223,7 @@ jobs:
223
223
if : env.archive_wheel
224
224
uses : actions/upload-artifact@v4
225
225
with :
226
- name : ${{ needs.pre-commit.outputs.dist-base }}-windows-${{ matrix.python-version }}
226
+ name : ${{ needs.pre-commit.outputs.dist-base }}-windows-x64- ${{ matrix.python-version }}
227
227
path : artifacts/whl
228
228
compression-level : 0
229
229
You can’t perform that action at this time.
0 commit comments