diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..98b5c37 --- /dev/null +++ b/.cargo/config.toml @@ -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"] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2650192..668cf6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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