We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4af21d commit e6611a8Copy full SHA for e6611a8
.github/workflows/release.yml
@@ -120,7 +120,7 @@ jobs:
120
- uses: actions/download-artifact@v1
121
if: github.event_name != 'pull_request' || matrix.py-version == env.OLDEST_PY_VERSION
122
with:
123
- name: ${{ runner.os }}-${{ matrix.py-version }}-tf2.1.0-wheel
+ name: ${{ matrix.os }}-${{ matrix.py-version }}-tf2.1.0-wheel
124
path: ./dist
125
- if: github.event_name != 'pull_request' || matrix.py-version == env.OLDEST_PY_VERSION
126
run: |
0 commit comments