Skip to content

Commit 51b031c

Browse files
committed
reflect the compression in static lib artifact name
1 parent 13c9de4 commit 51b031c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staticlib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
- name: Upload Artifact
4848
uses: actions/upload-artifact@v4
4949
with:
50-
name: liblinmem-${{ matrix.rust_target }}.a
50+
name: liblinmem-${{ matrix.rust_target }}.a.zip
5151
path: liblinmem/${{ matrix.rust_target }}

0 commit comments

Comments
 (0)