Skip to content

Commit 72b91cc

Browse files
authored
Change file check to use basename for Icon.png
1 parent 918e376 commit 72b91cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/createReleaseV7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
TYPE="ignored"
4444
4545
for file in $CHANGED; do
46-
if [[ "$file" == "Icon.png" ]]; then
46+
if [[ "$(basename "$file")" == "Icon.png" ]]; then
4747
TYPE="icon"
4848
break
4949
fi

0 commit comments

Comments
 (0)