1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-29 14:30:37 +08:00

Change artifact download name to dist to match upload name ()

This commit is contained in:
Nicholas Junge 2022-03-15 13:56:01 +01:00 committed by GitHub
parent 7d6f1534e9
commit 3eab98544f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,7 @@ jobs:
steps:
- uses: actions/download-artifact@v2
with:
name: artifact
name: dist
path: dist
- uses: pypa/gh-action-pypi-publish@v1.5.0