From 667d86737dd3dcedf67d83cf69553b28f4e1f38b Mon Sep 17 00:00:00 2001 From: SQFMI Date: Wed, 3 Apr 2024 16:15:58 -0400 Subject: [PATCH] Update main.actions.yml --- .github/workflows/main.actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.actions.yml b/.github/workflows/main.actions.yml index 7ff9264e..ee253569 100644 --- a/.github/workflows/main.actions.yml +++ b/.github/workflows/main.actions.yml @@ -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.}"