Skip to content

Commit f042cae

Browse files
committed
remove zip from static lib artifact name
1 parent 45b599b commit f042cae

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
@@ -48,5 +48,5 @@ jobs:
4848
- name: Upload Artifact
4949
uses: actions/upload-artifact@v4
5050
with:
51-
name: liblinmem-${{ matrix.rust_target }}.a.zip
51+
name: liblinmem-${{ matrix.rust_target }}.a
5252
path: liblinmem/${{ matrix.rust_target }}

0 commit comments

Comments
 (0)