Skip to content

Commit

Permalink
fix: update artifact path in OnRelease workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
T0ine34 committed Oct 29, 2024
1 parent 217cb15 commit 968570d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/OnRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: python/dist/*
path: dist/*

- name: Publish release assets
uses: AButler/upload-release-assets@v3.0
Expand Down

0 comments on commit 968570d

Please sign in to comment.