Skip to content

Commit

Permalink
Update main.actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sqfmi authored Apr 3, 2024
1 parent d65738f commit 667d867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
set-build-path: true
- name: Rename binaries with board revision
run: |
parent_dir="path/to/parent/directory"
parent_dir="${{ github.workspace }}/examples/WatchFaces"
for dir in "$parent_dir"/*; do
if [ -d "$dir" ]; then
cd "$dir"
cd "$dir/build"
for file in *; do
name="${file%%.*}"
ext="${file#$name.}"
Expand Down

0 comments on commit 667d867

Please sign in to comment.