From 74f3587e5d8e9b894f3f46202c46628fdde1990f Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Sat, 8 May 2021 12:50:25 -0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a6e76ad..eae53b9a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,13 +101,7 @@ jobs: ServerUrl: ${{ github.event.inputs.serverUrl }} steps: - - - uses: actions/download-artifact@v2 - with: - name: Mac-Agent-x64 - path: ./Server/wwwroot/Content/Remotely-MacOS-x64.zip - - + - name: Checkout uses: actions/checkout@v2 with: @@ -173,6 +167,13 @@ jobs: echo "CurrentVersion=$CurrentVersion" >> $GITHUB_ENV Write-Host "Setting current version to $CurrentVersion." + + + - name: Download macOS x64 Agent + - uses: actions/download-artifact@v2 + with: + name: Mac-Agent-x64 + path: ./Server/wwwroot/Content/Remotely-MacOS-x64.zip # Run the Publish script to build clients and server. - name: Run Publish script