Explorar el Código

gh actions: fix artifact path in deploy-rust step

Andre Weissflog hace 2 años
padre
commit
f84428f4dd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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