aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2023-09-23 20:10:06 +0200
committerAndre Weissflog <floooh@gmail.com>2023-09-23 20:10:06 +0200
commit0bc47658c816e9b9fd556fc074787ca613a97979 (patch)
treea26b45ee259158f6a53436ebef9f0bfb9ff7fc38
parent56cb4a4e1549e3f00df8a018bfaadd0bf3bf8767 (diff)
gh actions: fix the artifact download path for the test-rust step (facepalm)
-rw-r--r--.github/workflows/gen_bindings.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml
index 57e7d271..5d39900f 100644
--- a/.github/workflows/gen_bindings.yml
+++ b/.github/workflows/gen_bindings.yml
@@ -227,7 +227,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: ignore-me-rust
- path: src/sokol
+ path: src
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable