File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ jobs:
413
413
run : |
414
414
for PLUGIN in ${{env.PLUGINS}}; do
415
415
# It's important to change into the plugin directory and building each package
416
- cd "${{ github.workspace }}/plugins/$PLUGIN"
416
+ cd "${{ github.workspace }}/plugins/$PLUGIN/crates/plugin "
417
417
cargo deb -p reactive-graph-${{env.PLUGIN_REPOSITORY}}-$PLUGIN --target=${{ matrix.target }} --deb-revision ${{steps.tag.outputs.tag}}
418
418
done
419
419
env :
@@ -423,7 +423,7 @@ jobs:
423
423
run : |
424
424
for PLUGIN in ${{env.PLUGINS}}; do
425
425
# It's important to change into the plugin directory and building each package
426
- cd "${{ github.workspace }}/plugins/$PLUGIN"
426
+ cd "${{ github.workspace }}/plugins/$PLUGIN/crates/plugin "
427
427
cargo deb -p reactive-graph-${{env.PLUGIN_REPOSITORY}}-$PLUGIN --target=${{ matrix.target }} --deb-revision nightly
428
428
done
429
429
env :
You can’t perform that action at this time.
0 commit comments