Skip to content

v0.1.7 - Safety & maintenance #15

v0.1.7 - Safety & maintenance

v0.1.7 - Safety & maintenance #15

Workflow file for this run

on:
release:
types: [created]
jobs:
release:
name: release ${{ matrix.target }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- target: x86_64-pc-windows-gnu
os: ubuntu-latest
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-latest
steps:
- uses: actions/checkout@v4
- name: Compile and release
uses: taiki-e/upload-rust-binary-action@v1
with:
bin: bitcoinvert
target: ${{ matrix.target }}
checksum: sha256
token: ${{ secrets.GITHUB_TOKEN }}