Skip to content

Commit 2b4fd38

Browse files
committed
fix: correct another spell error in release.yml
1 parent 09b18c6 commit 2b4fd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
tar -cJvf "../$ARCHIVE_NAME" *
7676
else
7777
7z a "../$ARCHIVE_NAME" *
78-
if
78+
fi
7979
8080
echo "ASSET=$ARCHIVE_NAME" >> "$GITHUB_ENV"
8181

0 commit comments

Comments
 (0)