mirror of
https://github.com/lights0123/n-link.git
synced 2025-01-03 15:15:26 +00:00
Statically link windows
This commit is contained in:
parent
e1c67bbf2f
commit
66f47932a7
4
.cargo/config.toml
Normal file
4
.cargo/config.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
[target.x86_64-pc-windows-msvc]
|
||||
rustflags = ["-Ctarget-feature=+crt-static"]
|
||||
[target.i686-pc-windows-msvc]
|
||||
rustflags = ["-Ctarget-feature=+crt-static"]
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -65,5 +65,5 @@ jobs:
|
|||
npmScript: "tauri:build"
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: my-artifact ${{ matrix.node-version }}
|
||||
path: src-tauri/target/release/bundle
|
||||
name: my-artifact-${{ runner.os }}
|
||||
path: src-tauri/target/release
|
||||
|
|
Loading…
Reference in a new issue