mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Update build.yml
This commit is contained in:
parent
9c62e869a1
commit
4bbd852a39
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
||||
- name: Publish macOS x64 Agent
|
||||
shell: pwsh
|
||||
run: |
|
||||
Write-Host "Publishing agent with version $env:CurrentVersion"
|
||||
Write-Host "Publishing agent with version ${{ env.CurrentVersion }}"
|
||||
dotnet publish /p:Version=${{ env.CurrentVersion }} /p:FileVersion=${{ env.CurrentVersion }} --runtime osx-x64 --configuration Release --output "./Agent/bin/publish/" "./Agent/"
|
||||
Compress-Archive -Path "./Agent/bin/publish/*" -DestinationPath "./Agent/bin/Remotely-MacOS-x64.zip" -Force
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user