mirror of
https://github.com/BlossomiShymae/Needlework.Net.git
synced 2025-12-06 10:10:48 +01:00
Update
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -27,7 +27,8 @@ jobs:
|
|||||||
shell: powershell
|
shell: powershell
|
||||||
run: |
|
run: |
|
||||||
$xml = [xml](Get-Content .\Needlework.Net.Desktop\Needlework.Net.Desktop.csproj)
|
$xml = [xml](Get-Content .\Needlework.Net.Desktop\Needlework.Net.Desktop.csproj)
|
||||||
echo "{VERSION}={($xml.Project.PropertyGroup).AssemblyVersion}" >> "$GITHUB_ENV"
|
$ver = ($xml.Project.PropertyGroup).AssemblyVersion
|
||||||
|
echo "VERSION={$ver}" >> "$GITHUB_ENV"
|
||||||
$env:VERSION
|
$env:VERSION
|
||||||
- name: Zip
|
- name: Zip
|
||||||
run: 7z a -tzip NeedleworkDotNet-win-x64.zip ./Publish/* README.md LICENSE
|
run: 7z a -tzip NeedleworkDotNet-win-x64.zip ./Publish/* README.md LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user