fix(ci): wrong build directory fixed

This commit is contained in:
David Boucher 2025-06-13 17:39:06 +02:00
parent 468b952d64
commit 9c89afc6d9

View File

@ -70,7 +70,9 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Building generic plugins using Cargo
run: cargo build --release
run: |
cd experimental
cargo build --release
shell: bash
- name: Package