chore: update release assets path for net6.0

This commit is contained in:
Marvin
2026-04-20 05:33:01 +02:00
parent f6bf6b6801
commit bd01bdec59
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
New-Item -ItemType Directory -Path $releaseDir -Force
# gregCore
$coreDll = "gregCore/src/bin/Release/net8.0/gregCore.dll"
$coreDll = "gregCore/src/bin/Release/net6.0/gregCore.dll"
if (Test-Path $coreDll) {
Copy-Item $coreDll $releaseDir/
Compress-Archive -Path $coreDll, "gregCore/README.md" -DestinationPath "$releaseDir/gregCore-v${{ env.VERSION }}.zip"