mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Update Build_mR-NB.yml
fix
This commit is contained in:
1
.github/workflows/Build_mR-NB.yml
vendored
1
.github/workflows/Build_mR-NB.yml
vendored
@@ -63,6 +63,7 @@ jobs:
|
||||
$sourceDir = "$Env:GITHUB_WORKSPACE\mRemoteNG\bin\x64\Release\win-x64"
|
||||
$destFile = "$Env:GITHUB_WORKSPACE\$($env:GITHUB_OUTPUT.Split('=')[1])"
|
||||
Compress-Archive -Path "$sourceDir\*" -DestinationPath $destFile
|
||||
echo "Dest Path: $destFile"
|
||||
|
||||
- name: (09) Upload Zip File
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user