Update build_binary.yml

This commit is contained in:
Teguh Hofstee 2019-12-09 23:49:09 -08:00 committed by GitHub
parent a905459674
commit 277b1f2e2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -64,12 +64,12 @@ jobs:
steps:
- run: sudo apt-get install -y tree
- name: Download Linux artifact
- uses: actions/download-artifact@v1
uses: actions/download-artifact@v1
with:
name: ubuntu-latest
path: ubuntu-latest
- name: Download MacOS artifact
- uses: actions/download-artifact@v1
uses: actions/download-artifact@v1
with:
name: macos-latest
path: macos-latest