Prep for auto releases
This commit is contained in:
parent
3c2eb56f30
commit
bf43bb15ad
|
@ -110,18 +110,18 @@ jobs:
|
||||||
|Linux x86_64| caesiumclt-v*-x86_64-unknown-linux-musl.tar.gz|\n
|
|Linux x86_64| caesiumclt-v*-x86_64-unknown-linux-musl.tar.gz|\n
|
||||||
|Windows x86_64| caesiumclt-v*-x86_64-pc-windows-msvc.zip|\n"
|
|Windows x86_64| caesiumclt-v*-x86_64-pc-windows-msvc.zip|\n"
|
||||||
|
|
||||||
# - name: Upload Artifact 🚀
|
- name: Upload Artifact 🚀
|
||||||
# uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
# with:
|
with:
|
||||||
# name: ${{ env.ASSET }}
|
name: ${{ env.ASSET }}
|
||||||
# path: ${{ env.ASSET }}
|
path: ${{ env.ASSET }}
|
||||||
|
|
||||||
# - name: Upload binaries to release ☕
|
- name: Upload binaries to release ☕
|
||||||
# uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
# with:
|
with:
|
||||||
# repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# file: ${{ env.ASSET }}
|
file: ${{ env.ASSET }}
|
||||||
# asset_name: ${{ env.ASSET }}
|
asset_name: ${{ env.ASSET }}
|
||||||
# tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
# overwrite: true
|
overwrite: true
|
||||||
# body: "test\ntest"
|
body: "Generated by Github Actions"
|
||||||
|
|
|
@ -145,7 +145,7 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "caesiumclt"
|
name = "caesiumclt"
|
||||||
version = "0.20.0"
|
version = "0.19.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"human_bytes",
|
"human_bytes",
|
||||||
"indicatif",
|
"indicatif",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "caesiumclt"
|
name = "caesiumclt"
|
||||||
version = "0.20.0"
|
version = "0.19.2"
|
||||||
authors = ["Matteo Paonessa <matteo.paonessa@gmail.com>"]
|
authors = ["Matteo Paonessa <matteo.paonessa@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
## Caesium CommandLineTools
|
## Caesium CommandLineTools
|
||||||
###### caesium-clt - v0.19.1
|
###### caesium-clt - v0.19.2
|
||||||
|
|
||||||
###### REQUIREMENTS
|
###### REQUIREMENTS
|
||||||
* [Rust](https://www.rust-lang.org/tools/install)
|
* [Rust](https://www.rust-lang.org/tools/install)
|
||||||
----------
|
----------
|
||||||
|
|
||||||
###### TESTED PLATFORMS
|
###### TESTED PLATFORMS
|
||||||
* macOS Ventura (v13.0)
|
* macOS Sonoma (v14)
|
||||||
* Ubuntu 22.04
|
* Ubuntu 22.04
|
||||||
* Windows 10
|
* Windows 11
|
||||||
|
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
## Caesium 命令行工具
|
## Caesium 命令行工具
|
||||||
###### caesium-clt - v0.19.0
|
###### caesium-clt - v0.19.2
|
||||||
|
|
||||||
###### 依赖
|
###### 依赖
|
||||||
* [Rust](https://www.rust-lang.org/tools/install)
|
* [Rust](https://www.rust-lang.org/tools/install)
|
||||||
----------
|
----------
|
||||||
|
|
||||||
###### 已通过测试的平台
|
###### 已通过测试的平台
|
||||||
* macOS Ventura (v13.0)
|
* macOS Sonoma (v14)
|
||||||
* Ubuntu 22.04
|
* Ubuntu 22.04
|
||||||
* Windows 10
|
* Windows 11
|
||||||
|
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue