summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-15 00:21:49 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-15 00:21:49 +0100
commit55f426d99aeb5413ed9dcbeb465c4779103160af (patch)
treefaeda01c3dc1c83f00f525b8e3ad27a6166e33a6 /.github
parent695cb5ad42275f9199bdd7c7aa6ab84312834ce3 (diff)
downloadiced-55f426d99aeb5413ed9dcbeb465c4779103160af.tar.gz
iced-55f426d99aeb5413ed9dcbeb465c4779103160af.tar.bz2
iced-55f426d99aeb5413ed9dcbeb465c4779103160af.zip
Fix `linux-latest` in `Build` workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7620a674..4480a49c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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