Skip to content

Commit 54dde33

Browse files
fix: Release CI [skip tests] (#4423)
Release CI is broken - https://github.com/ansys/pyfluent/actions/runs/17295108997/job/49117558886 ``` Run actions/[email protected] Downloading single artifact Error: Unable to download artifact(s): Artifact not found for name: ansys-fluent-core-artifacts Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md ``` --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent dd67f87 commit 54dde33

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -660,15 +660,15 @@ jobs:
660660
- name: "Download the library artifacts from build-library step"
661661
uses: actions/[email protected]
662662
with:
663-
name: ${{ env.PACKAGE_NAME }}-artifacts
664-
path: ${{ env.PACKAGE_NAME }}-artifacts
663+
name: PyFluent-packages
664+
path: PyFluent-packages
665665

666666
- name: "Upload artifacts to PyPI using trusted publisher"
667667
uses: pypa/[email protected]
668668
with:
669669
repository-url: "https://upload.pypi.org/legacy/"
670670
print-hash: true
671-
packages-dir: ${{ env.PACKAGE_NAME }}-artifacts
671+
packages-dir: PyFluent-packages
672672
skip-existing: false
673673

674674
- name: Release

doc/changelog.d/4423.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Release CI [skip tests]

0 commit comments

Comments
 (0)