diff --git a/.github/workflows/build-and-push-wasm-go-plugin.yaml b/.github/workflows/build-and-push-wasm-go-plugin.yaml index 00c4c096e9..e8b88551bb 100644 --- a/.github/workflows/build-and-push-wasm-go-plugin.yaml +++ b/.github/workflows/build-and-push-wasm-go-plugin.yaml @@ -43,7 +43,7 @@ jobs: PLUGIN_DIRS=(${{ github.event.inputs.plugin_name }}) else PLUGIN_VERSION=${{ github.ref_name }} - PLUGIN_DIRS=$(basename ./extensions/*) + PLUGIN_DIRS=$(basename -a ./extensions/*) fi for plugin in ${PLUGIN_DIRS[@]}; do