Skip to content

Commit 30d47d3

Browse files
committed
test
1 parent 02f71ee commit 30d47d3

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
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
cargo build -vv --release --target ${{ matrix.rust_target }}
4545
mkdir -p liblinmem/${{ matrix.rust_target }}
46-
mv target/${{ matrix.rust_target }}/release/liblinmem.a liblinmem/${{ matrix.rust_target }}/
46+
mv target/${{ matrix.rust_target }}/release/liblinmem.a liblinmem/${{ matrix.rust_target }}/liblinmem/${{ matrix.rust_target }}.a
4747
4848
- name: Upload Artifact
4949
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)