mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-06 10:10:48 +01:00
Update
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user