Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21b3b50 + b113ded commit ca3f2beCopy full SHA for ca3f2be
.github/workflows/github_workflows_build-all.yml
@@ -242,7 +242,7 @@ jobs:
242
Get-ChildItem -Path dotpython -Force | Move-Item -Destination $env:build_location -Force
243
244
- name: Download and integrate pandoc binary
245
- if: env.ARTIFACT_NAME != '' && ${{ matrix.flavor_config.PANDOC == '1' }}
+ if: env.ARTIFACT_NAME != '' && env.PANDOC == '1'
246
shell: pwsh
247
run: |
248
# Define the URL for the Pandoc binary and the target path
0 commit comments