Skip to content

fix: ssl build

fix: ssl build #43

Workflow file for this run

name: release app binary on tag
# push to branch
on:
push:
branches:
- master
- feature/*
- release/*
- hotfix/*
- bugfix/*
- chore/*
- ci/*
- docs/*
- refactor/*
- style/*
- test/*
- wip/*
- revert/*
- fix/*
- perf/*
- revert/*
jobs:
build:
uses: ./.github/workflows/rust_build.yml