Skip to content

Commit cc21e88

Browse files
Merge pull request #155 from pauldmccarthy/ci/upload-artifacts-names
CI: Bug in release workflow
2 parents 44fcc01 + 21496f4 commit cc21e88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: bash ./.ci/build_wheels.sh
7979
- uses: actions/[email protected]
8080
with:
81-
name: windows_${{arch}}_wheels
81+
name: windows_${{ matrix.arch }}_wheels
8282
path: ./dist/*.whl
8383

8484
build_linux_wheels:
@@ -107,7 +107,7 @@ jobs:
107107
run: bash ./.ci/build_wheels.sh
108108
- uses: actions/[email protected]
109109
with:
110-
name: linux_${{arch}}_wheels
110+
name: linux_${{ matrix.arch }}_wheels
111111
path: ./dist/*.whl
112112

113113

0 commit comments

Comments
 (0)