We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d33b50 commit d15e82dCopy full SHA for d15e82d
.github/workflows/release.yml
@@ -64,4 +64,4 @@ jobs:
64
- name: Update the GH release with the new artifact
65
uses: softprops/action-gh-release@v2
66
with:
67
- files: ./target/${{ matrix.rust-target }}/release/sprocket-${{ matrix.rust-target }}.${{ matrix.extension }}
+ files: ./target/${{ matrix.rust-target }}/release/sprocket-${{ github.ref_name }}-${{ matrix.rust-target }}.${{ matrix.extension }}
0 commit comments