Skip to content

Commit 76cd24f

Browse files
committed
chore: fix file path for automated releases
1 parent feb88a1 commit 76cd24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: ["main", "master"]
77
# Release whenever this file changes
88
paths:
9-
- "./version.txt"
9+
- "version.txt"
1010
workflow_dispatch:
1111

1212
permissions:

0 commit comments

Comments
 (0)