Skip to content

Commit

Permalink
Cry
Browse files Browse the repository at this point in the history
  • Loading branch information
BlossomiShymae committed Aug 9, 2024
1 parent c3130a7 commit 39c82a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39c82a8

Please sign in to comment.