Skip to content

Commit

Permalink
ci(tower-defense): making adjustments to the DLL workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
h0lybyte committed Feb 18, 2025
1 parent 13153c6 commit e8b6fe0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust-dll-tower-defense-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
6 changes: 6 additions & 0 deletions apps/kbve/kbve.com/src/content/journal/02-17.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e8b6fe0

Please sign in to comment.