diff --git a/.github/workflows/import-changes.yml b/.github/workflows/import-changes.yml index 3f3241b..a50914d 100644 --- a/.github/workflows/import-changes.yml +++ b/.github/workflows/import-changes.yml @@ -49,8 +49,6 @@ jobs: - name: Convert typespec files (en+de) run: ./utils/precheck.sh working-directory: ebusd-configuration${{ env.suffix }}/ - - name: check - run: ls -la .; env; echo "e=${suffix} s=${subdir} "; ls -la ebusd-configuration${{ env.suffix }}/; exit 2 - name: Stash versions continue-on-error: true run: | @@ -63,6 +61,8 @@ jobs: mv ebusd-configuration${suffix}/outcsv/de ${subdir}/ find ${subdir}/en/ -type d -exec ./.github/workflows/genindex.sh \{\} \; find ${subdir}/de/ -type d -exec ./.github/workflows/genindex.sh \{\} \; + - name: check + run: echo "in cfg${suffix}:";ls -la ebusd-configuration${{ env.suffix }}/; echo "in ${subdir}/en:";ls -la ${{ env.subdir }}/en; - name: Generate mapping run: | date=$(date +%Y-%m-%d) @@ -85,7 +85,7 @@ jobs: with: name: conversion_result path: | - mapping.md + ${subdir}/mapping.md ${subdir}/en ${subdir}/de