Update Build_mR-NB.yml

fix
This commit is contained in:
Dimitrij
2025-08-14 02:43:14 +01:00
committed by GitHub
parent c41f3c21c1
commit 3d8daff050

View File

@@ -63,6 +63,7 @@ jobs:
$sourceDir = "$Env:GITHUB_WORKSPACE\mRemoteNG\bin\x64\Release\win-x64"
Compress-Archive -Path "$sourceDir\*" -DestinationPath ${{ steps.version.outputs.zipname }}
echo "File: ${{ steps.version.outputs.zipname }}"
echo "Token: ${{ secrets.GITHUB_TOKEN }}"
- name: (09) Create release and upload asset
shell: bash