Skip to content

Commit

Permalink
Updated CI (v2.0.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Oct 9, 2024
1 parent 2ac2558 commit 15e2ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:

- name: Release binary and SHA-256 checksum to GitHub
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
name: 'v2.0.6'
files: |
target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}
target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}.sha256

0 comments on commit 15e2ff5

Please sign in to comment.