Skip to content

Commit d15e82d

Browse files
authored
chore: also publish the artifact with the version number in CI. (#32)
1 parent 9d33b50 commit d15e82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
- name: Update the GH release with the new artifact
6565
uses: softprops/action-gh-release@v2
6666
with:
67-
files: ./target/${{ matrix.rust-target }}/release/sprocket-${{ matrix.rust-target }}.${{ matrix.extension }}
67+
files: ./target/${{ matrix.rust-target }}/release/sprocket-${{ github.ref_name }}-${{ matrix.rust-target }}.${{ matrix.extension }}

0 commit comments

Comments
 (0)