Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound authored May 8, 2021
1 parent 894b143 commit 2dfbc0e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2dfbc0e

Please sign in to comment.