Skip to content

Commit 4839ccd

Browse files
authored
Fix missing @
1 parent ecb7625 commit 4839ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/attachReleaseArtifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
-e "s/CIBUILD_disabled/CIBUILD/" \
5555
-e "s/@MAJOR@/$VMAJOR/" \
5656
-e "s/@MINOR@/$VMINOR/" \
57-
-e "s/@PATCH/$VPATCH/" \
57+
-e "s/@PATCH@/$VPATCH/" \
5858
-e "s/@BUILD@/$VBUILD/" \
5959
-i ${GITHUB_WORKSPACE}/Source/Properties/AssemblyInfo.cs
6060

0 commit comments

Comments
 (0)