Skip to content

Commit 81601dd

Browse files
committed
update releases ci 2nd pass
1 parent 6ed3f3f commit 81601dd

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
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
VERSION="${GITHUB_REF#refs/tags/v}"
2323
echo "Setting version to $VERSION in csproj"
24-
sed -i 's|<Version>.*</Version>|<Version>'"$VERSION"'</Version>|' tsmu/TyranoScriptMemoryUnlocker.csproj
24+
sed -i 's|<Version>.*</Version>|<Version>'"$VERSION"'</Version>|' TyranoScriptMemoryUnlocker.csproj
2525
2626
# - name: Restore dependencies
2727
# run: dotnet restore tsmu/TyranoScriptMemoryUnlocker.csproj

0 commit comments

Comments
 (0)