Skip to content

Fix release workflow #4

Fix release workflow

Fix release workflow #4

Workflow file for this run

on:
release:
types: [created]
jobs:
release:
name: Build Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SRC_DIR: "bin"
TOOLCHAIN_VERSION: "1.74.0"
with:
RUSTTARGET: x86_64-unknown-linux-musl