Fix linux-latest in Build workflow

This commit is contained in:
Héctor Ramón Jiménez 2019-11-15 00:21:49 +01:00
parent 695cb5ad42
commit 55f426d99a

View file

@ -29,7 +29,7 @@ jobs:
name: todos-windows
path: target/release/examples/todos.exe
- name: Archive todos binary (Linux)
if: matrix.os == 'linux-latest'
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v1
with:
name: todos-linux