mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-25 21:37:32 +00:00
ci: generate binaries using cargo-dist (#1009)
* ci: generate binaries using `cargo-dist` * chore: clean script * fix: checking * dev: update dist workspace * dev: fix script * docs: move announcement
This commit is contained in:
parent
df03b36880
commit
83fe1e7987
8 changed files with 820 additions and 393 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import fs from 'fs';
|
||||
|
||||
const ciFile = fs.readFileSync('.github/workflows/release.yml', 'utf-8');
|
||||
const ciFile = fs.readFileSync('.github/workflows/release-vscode.yml', 'utf-8');
|
||||
|
||||
const checkMinVersion = ciFile.match(/# region: check-min-version([\s\S]+?)# end-region: check-min-version/mg);
|
||||
if (!checkMinVersion) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue