Fix linux-latest in Build workflow
This commit is contained in:
parent
695cb5ad42
commit
55f426d99a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
name: todos-windows
|
name: todos-windows
|
||||||
path: target/release/examples/todos.exe
|
path: target/release/examples/todos.exe
|
||||||
- name: Archive todos binary (Linux)
|
- name: Archive todos binary (Linux)
|
||||||
if: matrix.os == 'linux-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: todos-linux
|
name: todos-linux
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue