Skip to content

Commit

Permalink
ci: fixed wrong folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
lilopkins committed Dec 10, 2024
1 parent cd2293e commit 8e8de57
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
cp target/release/testangel_user_interaction.dll build/engines/
rm -rf ${{ steps.wingtk-install.outputs.BASE_DIR }}/include
cp -r ${{ steps.wingtk-install.outputs.BASE_DIR }}/* bundle/
cp -r ${{ steps.wingtk-install.outputs.BASE_DIR }}/* build/
- name: Save Cargo cache
uses: actions/cache/save@v3
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.21.0-rc.16"
version = "0.21.0-rc.17"
edition = "2021"

[workspace]
Expand Down

0 comments on commit 8e8de57

Please sign in to comment.