Skip to content

Commit 3ce8026

Browse files
committed
Update release.yml
1 parent 5491a41 commit 3ce8026

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
@@ -26,7 +26,7 @@ jobs:
2626
$ts = Get-Date -Format yyyyMMddHHmmss
2727
$date = Get-Date -Format "yyyy.MMdd.HHmm"
2828
$buildNumber=(Get-Date).ToString("ss")
29-
$env:VERSION=$date.$buildNumber
29+
$env:VERSION="$date.$buildNumber"
3030
echo "version is $env:VERSION"
3131
dotnet build memory/Memory.csproj -c Release -r win-x86 --self-contained false -p:AssemblyVersion="$env:VERSION" -p:Version="$env:VERSION" -p:NuGetVersion="$env:VERSION" --output ./build/x86
3232
dotnet pack memory/Memory.csproj -c Release -p:PackageId=Memory-x86 -p:Version="$env:VERSION" -p:RuntimeIdentifier=win-x86 -p:NoBuild=true -p:OutputPath="$PWD/build/x86" --output ./nupkg/x86

0 commit comments

Comments
 (0)