fix if condition error

This commit is contained in:
smf
2024-03-05 10:30:01 +08:00
parent d9ef759f4c
commit a60e00669b

View File

@@ -30,7 +30,7 @@ jobs:
RUNNER_TOOL_CACHE: /toolcache RUNNER_TOOL_CACHE: /toolcache
steps: steps:
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
if: ${{ ! inputs.artifact-skip}} if: ${{ inputs.artifact-skip != true }}
with: with:
name: ${{ inputs.artifact-name }} name: ${{ inputs.artifact-name }}