mirror of
https://github.com/pldubouilh/blockfast.git
synced 2026-08-27 20:36:34 -04:00
release from CI
This commit is contained in:
@@ -2,8 +2,8 @@ name: deploy
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
branches:
|
||||||
- '*'
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
@@ -1,4 +1,8 @@
|
|||||||
|
BLOCKFAST_VERS := $(shell date '+%Y-%m-%d') / $(shell git rev-parse --short HEAD)
|
||||||
|
export BLOCKFAST_VERS
|
||||||
|
|
||||||
build::
|
build::
|
||||||
|
echo $(BLOCKFAST_VERS)
|
||||||
cargo build
|
cargo build
|
||||||
cargo clippy --all
|
cargo clippy --all
|
||||||
cargo fmt --all
|
cargo fmt --all
|
||||||
|
|||||||
+1
-1
@@ -77,7 +77,7 @@ pub(crate) use log;
|
|||||||
name = "Blockfast",
|
name = "Blockfast",
|
||||||
author = "pierre dubouilh <pldubouilh@gmail.com>",
|
author = "pierre dubouilh <pldubouilh@gmail.com>",
|
||||||
arg_required_else_help = true,
|
arg_required_else_help = true,
|
||||||
version,
|
version = option_env!("BLOCKFAST_VERS").unwrap_or("unknown"),
|
||||||
long_about = None,
|
long_about = None,
|
||||||
about = "
|
about = "
|
||||||
Blockfast - block internets scanners fast 🍶
|
Blockfast - block internets scanners fast 🍶
|
||||||
|
|||||||
Reference in New Issue
Block a user