We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a1996 commit 8938de8Copy full SHA for 8938de8
.github/workflows/attachReleaseArtifacts.yml
@@ -54,7 +54,7 @@ jobs:
54
-e "s/CIBUILD_disabled/CIBUILD/" \
55
-e "s/@MAJOR@/$VMAJOR/" \
56
-e "s/@MINOR@/$VMINOR/" \
57
- -e "s/@PATCH/$VPATCH/" \
+ -e "s/@PATCH@/$VPATCH/" \
58
-e "s/@BUILD@/$VBUILD/" \
59
-i ${GITHUB_WORKSPACE}/Source/ROLib/Properties/AssemblyInfo.cs
60
0 commit comments