We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bb55e commit e0e5456Copy full SHA for e0e5456
1 file changed
.github/workflows/source-and-docs-release.yml
@@ -93,7 +93,7 @@ jobs:
93
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
94
# Conditionally run this step if there is a 'docs/' directory.
95
# Docs aren't built for alpha or beta releases.
96
- if: ${{ hashFiles('cpython/${{ inputs.cpython_release }}/docs') != '' }}
+ if: ${{ hashFiles(format('cpython/{0}/docs', inputs.cpython_release)) != '' }}
97
with:
98
name: docs
99
path: |
0 commit comments