aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-02-28 02:13:02 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-02-28 02:13:02 +0000
commit1afe76e509c166d86cb34406e1083ad401755d93 (patch)
tree91989a5b3f2360ee4af62e9c4ee456353a19ec7e /.github/workflows
parent(cargo-release) start next development iteration 0.11.1-alpha.0 (diff)
downloadminiserve-1afe76e509c166d86cb34406e1083ad401755d93.tar.gz
miniserve-1afe76e509c166d86cb34406e1083ad401755d93.zip
Add forgotten publish target
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index b0ccbe6..31b11b1 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -72,6 +72,12 @@ jobs:
release_name: mips64el-unknown-linux-gnuabi64
cross: true
strip: false
+ - os: ubuntu-latest
+ target: riscv64gc-unknown-linux-gnu
+ artifact_name: target/riscv64gc-unknown-linux-gnu/release/miniserve
+ release_name: riscv64gc-unknown-linux-gnu
+ cross: true
+ strip: false
- os: windows-latest
target: x86_64-pc-windows-msvc
artifact_name: target/x86_64-pc-windows-msvc/release/miniserve.exe