Skip to content

Commit

Permalink
Updated CI (v2.0.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Oct 9, 2024
1 parent f82c1b9 commit b32ce3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: 'v2.0.4'
ref: 'v2.0.5'
fetch-depth: '0'
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
Expand All @@ -75,8 +75,8 @@ jobs:
- name: Release binary and SHA-256 checksum to GitHub
uses: softprops/action-gh-release@v2
with:
name: 'v2.0.4'
tag_name: 'v2.0.4'
name: 'v2.0.5'
tag_name: 'v2.0.5'
files: |
target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}
target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}.sha256

0 comments on commit b32ce3a

Please sign in to comment.