Update Build_mR-NB.yml

upd
This commit is contained in:
Dimitrij
2025-08-14 21:48:17 +01:00
committed by GitHub
parent 988305100d
commit be12600094

View File

@@ -8,7 +8,7 @@ permissions:
contents: write
jobs:
Build-and-Release:
NB-Build-and-Release:
runs-on: windows-latest
steps:
- name: (01) Checkout Repository
@@ -42,7 +42,7 @@ jobs:
shell: pwsh
run: msbuild "$Env:GITHUB_WORKSPACE\mRemoteNG.sln" -p:Configuration="Release" -p:Platform=x64 /verbosity:minimal
- name: (07) Generate Version Info
- name: (07) Release Information
id: version
shell: pwsh
run: |