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
2188b42749
commit
74f3587e5d
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user