We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918e376 commit 72b91ccCopy full SHA for 72b91cc
1 file changed
.github/workflows/createReleaseV7.yaml
@@ -43,7 +43,7 @@ jobs:
43
TYPE="ignored"
44
45
for file in $CHANGED; do
46
- if [[ "$file" == "Icon.png" ]]; then
+ if [[ "$(basename "$file")" == "Icon.png" ]]; then
47
TYPE="icon"
48
break
49
fi
0 commit comments