From 85a2253fa43c59025311d007be1ef475a12590b8 Mon Sep 17 00:00:00 2001 From: Kyryl Riabov Date: Wed, 9 Oct 2024 12:42:32 +0300 Subject: [PATCH] Updated CI (v2.0.3) --- .github/workflows/binaries.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 8942d3a9..29fc91cb 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: 'v2.0.2' + ref: 'v2.0.3' fetch-depth: '0' - name: Build binary uses: houseabsolute/actions-rust-cross@v0 @@ -75,8 +75,8 @@ jobs: - name: Release binary and SHA-256 checksum to GitHub uses: softprops/action-gh-release@v2 with: - name: 'v2.0.2' - tag_name: 'v2.0.2' + name: 'v2.0.3' + tag_name: 'v2.0.3' files: | target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }} target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}.sha256