diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60aead3..8fa79be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,13 +8,13 @@ name: Build Release on: push: - # branches: - # - 'main' + # branches: + # - 'main' tags: - "v[0-9]+.[0-9]+.[0-9]+" workflow_dispatch: repository_dispatch: - types: [webhook] + types: [ webhook ] permissions: contents: write @@ -110,18 +110,18 @@ jobs: |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" - # - name: Upload Artifact πŸš€ - # uses: actions/upload-artifact@v3 - # with: - # name: ${{ env.ASSET }} - # path: ${{ env.ASSET }} + - name: Upload Artifact πŸš€ + uses: actions/upload-artifact@v3 + with: + name: ${{ env.ASSET }} + path: ${{ env.ASSET }} - # - name: Upload binaries to release β˜• - # uses: svenstaro/upload-release-action@v2 - # with: - # repo_token: ${{ secrets.GITHUB_TOKEN }} - # file: ${{ env.ASSET }} - # asset_name: ${{ env.ASSET }} - # tag: ${{ github.ref }} - # overwrite: true - # body: "test\ntest" + - name: Upload binaries to release β˜• + uses: svenstaro/upload-release-action@v2 + with: + repo_token: ${{ secrets.GITHUB_TOKEN }} + file: ${{ env.ASSET }} + asset_name: ${{ env.ASSET }} + tag: ${{ github.ref }} + overwrite: true + body: "Generated by Github Actions" diff --git a/Cargo.lock b/Cargo.lock index 4b1d7cc..5f9e62c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -145,7 +145,7 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "caesiumclt" -version = "0.20.0" +version = "0.19.2" dependencies = [ "human_bytes", "indicatif", diff --git a/Cargo.toml b/Cargo.toml index 84d0762..d8410e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "caesiumclt" -version = "0.20.0" +version = "0.19.2" authors = ["Matteo Paonessa "] edition = "2021" diff --git a/README.md b/README.md index 9741f9a..c6f719e 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ ## Caesium CommandLineTools -###### caesium-clt - v0.19.1 +###### caesium-clt - v0.19.2 ###### REQUIREMENTS * [Rust](https://www.rust-lang.org/tools/install) ---------- ###### TESTED PLATFORMS -* macOS Ventura (v13.0) +* macOS Sonoma (v14) * Ubuntu 22.04 -* Windows 10 +* Windows 11 ---------- diff --git a/README.zh-CN.md b/README.zh-CN.md index dd1a672..5291c01 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,14 +1,14 @@ ## Caesium ε‘½δ»€θ‘Œε·₯ε…· -###### caesium-clt - v0.19.0 +###### caesium-clt - v0.19.2 ###### 依衖 * [Rust](https://www.rust-lang.org/tools/install) ---------- ###### ε·²ι€šθΏ‡ζ΅‹θ―•ηš„εΉ³ε° -* macOS Ventura (v13.0) +* macOS Sonoma (v14) * Ubuntu 22.04 -* Windows 10 +* Windows 11 ----------