Skip to content

Commit

Permalink
debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiodl committed Jan 31, 2024
1 parent 6fbbcc4 commit 6ed80f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- run: pip install -r SC3000/script/requirements.txt
- run: |
CHANGED_FILES=$(git diff --name-only ${{ github.event.before }} ${{ github.event.after }} | grep '^SC3000/.*\.\(bas\|basic\)$')
echo "Changed Files:"
echo "$CHANGED_FILES"
for FILE in $CHANGED_FILES; do
python SC3000/script/basicToWav.py "$FILE"
done
Expand Down

0 comments on commit 6ed80f5

Please sign in to comment.