Skip to content

Commit e6611a8

Browse files
Select correct OS for python wheel uploads (#1621)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b4af21d commit e6611a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- uses: actions/download-artifact@v1
121121
if: github.event_name != 'pull_request' || matrix.py-version == env.OLDEST_PY_VERSION
122122
with:
123-
name: ${{ runner.os }}-${{ matrix.py-version }}-tf2.1.0-wheel
123+
name: ${{ matrix.os }}-${{ matrix.py-version }}-tf2.1.0-wheel
124124
path: ./dist
125125
- if: github.event_name != 'pull_request' || matrix.py-version == env.OLDEST_PY_VERSION
126126
run: |

0 commit comments

Comments
 (0)