We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed3f3f commit 81601ddCopy full SHA for 81601dd
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
VERSION="${GITHUB_REF#refs/tags/v}"
23
echo "Setting version to $VERSION in csproj"
24
- sed -i 's|<Version>.*</Version>|<Version>'"$VERSION"'</Version>|' tsmu/TyranoScriptMemoryUnlocker.csproj
+ sed -i 's|<Version>.*</Version>|<Version>'"$VERSION"'</Version>|' TyranoScriptMemoryUnlocker.csproj
25
26
# - name: Restore dependencies
27
# run: dotnet restore tsmu/TyranoScriptMemoryUnlocker.csproj
0 commit comments