Skip to content

Commit

Permalink
Fix typos to publish pypanda
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewQuijano authored and Andrew Fasano committed Feb 23, 2024
1 parent 97004d0 commit e43f9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
panda/debian/pandare-*.whl
asset_name: |
pandare_${{ matrix.ubuntu_version }}.deb
pandare-$(echo "$(ls panda/dist/panda_re-*.whl)" | sed 's/^.*\/\(.*\)/\1/')
pandare-$(echo "$(ls panda/debian/pandare-*.whl)" | sed 's/^.*pandare-//')
asset_content_type: |
application/vnd.debian.binary-package
application/octet-stream

0 comments on commit e43f9ca

Please sign in to comment.