1
1
mirror of https://github.com/mgree/ffs.git synced 2024-09-11 19:17:40 +03:00

or, as i prefer to call it, ubuntu+linux

This commit is contained in:
Michael Greenberg 2022-01-27 13:05:14 -05:00
parent 9a41934e51
commit bdab5791cf

View File

@ -65,7 +65,7 @@ jobs:
- name: Upload Linux release build
uses: actions/upload-artifact@v2
if: contains(matrix.os, 'linux')
if: contains(matrix.os, 'ubuntu')
with:
name: ffs.linux
path: target/release/ffs
@ -79,7 +79,7 @@ jobs:
- name: Upload Linux benchmark data
uses: actions/upload-artifact@v2
if: contains(matrix.os, 'linux')
if: contains(matrix.os, 'ubuntu')
with:
name: benchmarks.linux
path: data