diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 457d2be88..7f27f34fa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,8 +25,8 @@ jobs: - name: Run Keyword Replacement Script ## Replace keyword 'code' with '_code' (Microchip MCUs) run: | - python -u scripts/package.py "code" "_code" "thirdparty/ethernet/cyclonetcp" "cp1252" - python -u scripts/package.py "code" "_code" "thirdparty/lvgl" "UTF-8" + python -u scripts/keyword_replace.py "code" "_code" "thirdparty/ethernet/cyclonetcp" "cp1252" + python -u scripts/keyword_replace.py "code" "_code" "thirdparty/lvgl" "UTF-8" - name: Run Package Script run: python -u scripts/package.py ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }}