Skip to content

Commit f19c65f

Browse files
chore: update release CI
bench: 2274658
1 parent 6cc6972 commit f19c65f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ jobs:
4848
name: byte-knight-${{ matrix.target }}${{ matrix.extension }}
4949
path: ./target/${{ matrix.target }}/release/${{ matrix.artifact_name }}
5050
retention-days: 1
51+
- name: Upload to release
52+
uses: softprops/action-gh-release@v2
53+
with:
54+
files: ./target/${{ matrix.target }}/release/${{ matrix.artifact_name }}${{ matrix.extension }}

0 commit comments

Comments
 (0)