From 39c82a878085ec10574460cb9f4f568ec3601c53 Mon Sep 17 00:00:00 2001 From: BlossomiShymae <87099578+BlossomiShymae@users.noreply.github.com> Date: Fri, 9 Aug 2024 08:42:27 -0500 Subject: [PATCH] Cry --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75f9c63..286a5c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,9 @@ jobs: run: | $xml=[xml](Get-Content .\Needlework.Net.Desktop\Needlework.Net.Desktop.csproj) $ver=($xml.Project.PropertyGroup).AssemblyVersion - echo "VERSION=$ver" >> $env:GITHUB_OUTPUT + $ver="VERSION=$ver" + $ver=$ver -replace '\s','' + echo $ver >> $env:GITHUB_OUTPUT - name: Zip Files run: 7z a -tzip NeedleworkDotNet-win-x64.zip ./Publish/* README.md LICENSE - name: Release