Skip to content

Commit

Permalink
ci(api): Change Wheel name
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot committed Feb 13, 2024
1 parent 495c024 commit f34696e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api_build_publish_docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Output wheel
id: wheel
run: echo "wheel=$(ls projects/ecoindex_api/dist/*.whl)" >> $GITHUB_OUTPUT
run: echo "wheel=ecoindex_api/dist/ecoindex_api-${{ steps.version.outputs.api_version }}-py3-none-any.whl" >> $GITHUB_OUTPUT

- name: Output summary
run: |
Expand Down

0 comments on commit f34696e

Please sign in to comment.