File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1+ Fix release action environment variable
You can’t perform that action at this time.
0 commit comments