Skip to content

Commit e0e5456

Browse files
authored
Correct doc detection in GH release run (#104)
1 parent 24bb55e commit e0e5456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/source-and-docs-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
9494
# Conditionally run this step if there is a 'docs/' directory.
9595
# Docs aren't built for alpha or beta releases.
96-
if: ${{ hashFiles('cpython/${{ inputs.cpython_release }}/docs') != '' }}
96+
if: ${{ hashFiles(format('cpython/{0}/docs', inputs.cpython_release)) != '' }}
9797
with:
9898
name: docs
9999
path: |

0 commit comments

Comments
 (0)