diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 87018f76..60fe202e 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: 'v2.1.6' + ref: 'v2.1.7' 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.1.6' - tag_name: 'v2.1.6' + name: 'v2.1.7' + tag_name: 'v2.1.7' files: | target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }} target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}.sha256