diff --git a/.github/workflows/rust-dll-tower-defense-build.yml b/.github/workflows/rust-dll-tower-defense-build.yml index 20c9b0957..3baa833b1 100644 --- a/.github/workflows/rust-dll-tower-defense-build.yml +++ b/.github/workflows/rust-dll-tower-defense-build.yml @@ -15,6 +15,7 @@ jobs: run: | rustup default nightly rustup target add x86_64-pc-windows-msvc + rustup component add rust-src --toolchain nightly-x86_64-pc-windows-msvc - name: Build Rust DLL run: | @@ -25,4 +26,5 @@ jobs: uses: actions/upload-artifact@v4 with: name: rust_godot_towerdefense - path: dist/windows/*.dll + path: apps/rentearth/rust_godot_towerdefense/dist/windows/*.dll + #path: dist/windows/*.dll diff --git a/apps/kbve/kbve.com/src/content/journal/02-17.mdx b/apps/kbve/kbve.com/src/content/journal/02-17.mdx index 2defadb4e..b1846f0ff 100644 --- a/apps/kbve/kbve.com/src/content/journal/02-17.mdx +++ b/apps/kbve/kbve.com/src/content/journal/02-17.mdx @@ -40,6 +40,11 @@ import { Adsense } from '@kbve/astropad'; Github action runner for the rust dll had some outdated actions, going to update them. In addition to the version change, the notes in the `rust` section should be updated to reflect it. +- 08:39PM + + Updating the MSVC github action again, the most recent issue was that we forgot to include the nightly as a rust-src. + This next update will include and I will adjust the path for upload to be exactly where the DLL is exported. + ### Jedi - User Agents - 05:14PM @@ -50,6 +55,7 @@ import { Adsense } from '@kbve/astropad'; The goal would be to generate a couple of these that would be cross platform and easy for us to use in the future. I suppose we could also make this a typescript library too, for client side generation. + ## 2024 ### Snow