Browse Source

gh actions: fix artifact path in deploy-rust step

Andre Weissflog 2 years ago
parent
commit
f84428f4dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/gen_bindings.yml

+ 1 - 1
.github/workflows/gen_bindings.yml

@@ -345,7 +345,7 @@ jobs:
       - uses: actions/download-artifact@v3
         with:
           name: ignore-me-rust
-          path: src/sokol
+          path: src
       - uses: actions-rs/toolchain@v1
         with:
           profile: minimal