Skip to content

Commit f56fcf8

Browse files
committed
All: Fix release action package path
1 parent cb64e6f commit f56fcf8

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
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: write
1313
env:
14-
packagePath: ""
14+
packagePath: "."
1515
steps:
1616

1717
# Checkout Local Repository

0 commit comments

Comments
 (0)