Update main.actions.yml

master v1.4.10
SQFMI 2024-04-03 16:15:58 -04:00 committed by GitHub
parent d65738fbaa
commit 667d86737d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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.}"