Skip to content

Commit

Permalink
Merge pull request #180 from ivanyu/ivanyu/fix-release-uploading
Browse files Browse the repository at this point in the history
Fix release pipeline
  • Loading branch information
ivanyu authored Nov 17, 2022
2 parents ed2b173 + be49247 commit 252d4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_and_main_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
.pyheap/dist/pyheap_dump.pyz
./pyheap/dist/pyheap_dump.pyz
./pyheap/dist/pyheap-*.tar.gz
build_and_publish_pyheap_ui_docker_image:
Expand Down

0 comments on commit 252d4f0

Please sign in to comment.