mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
Support Linux release binaries
This commit is contained in:
17
.github/workflows/release.yml
vendored
17
.github/workflows/release.yml
vendored
@@ -39,3 +39,20 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: rojo-macos
|
name: rojo-macos
|
||||||
path: target/release/rojo
|
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
|
||||||
Reference in New Issue
Block a user