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
953b320f27
commit
49604ed2ef
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -66,6 +66,8 @@ jobs:
|
||||
|
||||
- name: Publish macOS x64 Agent
|
||||
shell: pwsh
|
||||
env:
|
||||
CurrentVersion: ${{ env.CurrentVersion }}
|
||||
run: |
|
||||
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/"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user