mirror of https://github.com/zachjs/sv2v.git
Update build_binary.yml
This commit is contained in:
parent
a905459674
commit
277b1f2e2c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue