Support Linux release binaries

This commit is contained in:
Lucien Greathouse
2020-01-22 09:55:21 -08:00
parent e261e7a2c7
commit a9f6c20113

View File

@@ -38,4 +38,21 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: rojo-macos
path: target/release/rojo
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --locked --verbose --release
env:
OPENSSL_STATIC: 1
- name: Upload artifacts
uses: actions/upload-artifact@v1
with:
name: rojo-linux
path: target/release/rojo