Skip to content

Commit fbfa21a

Browse files
committed
fix: ensure step Verify ZIP file exists only runs when there's actually something to verify
Signed-off-by: Chao Wang <[email protected]>
1 parent aebbf39 commit fbfa21a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-marketplace.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
echo "✅ Downloaded ZIP file successfully"
146146
147147
- name: Verify ZIP file exists
148+
if: steps.version_info.outputs.CHANNEL != 'none'
148149
run: |
149150
ls -la build/distributions/
150151
ZIP_FILE="build/distributions/intellij-dependency-analytics-${{ steps.version_info.outputs.VERSION }}.zip"

0 commit comments

Comments
 (0)