on:
release:
types:
jobs:
release:
name: release ${{ matrix.target }}
runs-on: ubuntu-latest
strategy:
matrix:
target:
steps:
- uses: actions/checkout@v2
- name: Compile and release
uses: Douile/rust-build.action@v0.1.7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTTARGET: ${{ matrix.target }}
EXTRA_FILES: "README.md LICENSE"