From 4bbd852a396e7e33a6dd04458296d12ec0ff933b Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Sat, 8 May 2021 11:11:12 -0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2bff90b8..700e262e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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