Skip to content

Commit 903694c

Browse files
da1910pyansys-ci-bot
authored andcommitted
Fix release action environment variable (#781)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent 7186c02 commit 903694c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,15 @@ jobs:
166166
- name: "Download the library artifacts from build-library step"
167167
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
168168
with:
169-
name: ${{ env.PACKAGE_NAME }}-artifacts
170-
path: ${{ env.PACKAGE_NAME }}-artifacts
169+
name: ${{ env.LIBRARY_NAME }}-artifacts
170+
path: ${{ env.LIBRARY_NAME }}-artifacts
171171

172172
- name: "Upload artifacts to PyPI using trusted publisher"
173173
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
174174
with:
175175
repository-url: "https://upload.pypi.org/legacy/"
176176
print-hash: true
177-
packages-dir: ${{ env.PACKAGE_NAME }}-artifacts
177+
packages-dir: ${{ env.LIBRARY_NAME }}-artifacts
178178
skip-existing: false
179179

180180
- uses: ansys/actions/release-github@v9

doc/changelog.d/781.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix release action environment variable

0 commit comments

Comments
 (0)