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:
|
steps:
|
||||||
- run: sudo apt-get install -y tree
|
- run: sudo apt-get install -y tree
|
||||||
- name: Download Linux artifact
|
- name: Download Linux artifact
|
||||||
- uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: ubuntu-latest
|
name: ubuntu-latest
|
||||||
path: ubuntu-latest
|
path: ubuntu-latest
|
||||||
- name: Download MacOS artifact
|
- name: Download MacOS artifact
|
||||||
- uses: actions/download-artifact@v1
|
uses: actions/download-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: macos-latest
|
name: macos-latest
|
||||||
path: macos-latest
|
path: macos-latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue