Skip to content

.github/workflows/release.yml #2

.github/workflows/release.yml

.github/workflows/release.yml #2

Workflow file for this run

on:
release:
types: [created]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/rust-build.action@v1.4.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
EXTRA_FILES: "README.md LICENSE"