Skip to content

v1.2.6

v1.2.6 #40

Workflow file for this run

name: publish at crates.io
on:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Install required packages
run: sudo apt-get install -y libyara-dev
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: katyo/publish-crates@v1
with:
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}