We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f71ee commit 30d47d3Copy full SHA for 30d47d3
.github/workflows/staticlib.yml
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
cargo build -vv --release --target ${{ matrix.rust_target }}
45
mkdir -p liblinmem/${{ matrix.rust_target }}
46
- mv target/${{ matrix.rust_target }}/release/liblinmem.a liblinmem/${{ matrix.rust_target }}/
+ mv target/${{ matrix.rust_target }}/release/liblinmem.a liblinmem/${{ matrix.rust_target }}/liblinmem/${{ matrix.rust_target }}.a
47
48
- name: Upload Artifact
49
uses: actions/upload-artifact@v4
0 commit comments