diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a84dea..223f771 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: run: | $xml=[xml](Get-Content .\Needlework.Net.Desktop\Needlework.Net.Desktop.csproj) $ver=($xml.Project.PropertyGroup).AssemblyVersion - echo "VERSION=$ver" >> "$GITHUB_OUTPUT" + echo "VERSION=$ver" >> $env:GITHUB_OUTPUT - name: Zip run: 7z a -tzip NeedleworkDotNet-win-x64.zip ./Publish/* README.md LICENSE - name: Release