Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic authored Jun 27, 2024
1 parent 4f6a37a commit 958062f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 958062f

Please sign in to comment.