chore(ci): upload artifacts from test

pull/1/head
Paul Makles 2022-03-05 15:49:44 +00:00
parent 9f88395317
commit 35da2a2667
2 changed files with 5 additions and 30 deletions

View File

@ -1,30 +0,0 @@
name: Release Build
on:
release:
types: [created]
jobs:
release:
name: release ${{ matrix.target }}
runs-on: ubuntu-latest
container: ubuntu:devel
strategy:
fail-fast: false
matrix:
include:
- target: x86_64-pc-windows-gnu
archive: zip
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz
- target: x86_64-apple-darwin
archive: zip
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/rust-build.action@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}

View File

@ -41,3 +41,8 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
- uses: actions/upload-artifact@v3
with:
name: mutiny
path: ~/target/debug/mutiny