Skip to content

Commit

Permalink
fix dist paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed May 13, 2024
1 parent e37ea83 commit 62321bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: dist-core
path: dist-core
name: dist-data-oc
path: dist-data-oc

- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand All @@ -97,8 +97,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: dist-core
path: dist-core
name: dist-demo-ocpapi
path: dist-demo-ocpapi

- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 62321bd

Please sign in to comment.