Skip to content

Commit

Permalink
Fix missing @
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell authored Nov 14, 2023
1 parent f7a1996 commit 8938de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/attachReleaseArtifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
-e "s/CIBUILD_disabled/CIBUILD/" \
-e "s/@MAJOR@/$VMAJOR/" \
-e "s/@MINOR@/$VMINOR/" \
-e "s/@PATCH/$VPATCH/" \
-e "s/@PATCH@/$VPATCH/" \
-e "s/@BUILD@/$VBUILD/" \
-i ${GITHUB_WORKSPACE}/Source/ROLib/Properties/AssemblyInfo.cs
Expand Down

0 comments on commit 8938de8

Please sign in to comment.