Skip to content

Commit

Permalink
Test 7: jq two steps down
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafFilies committed Oct 18, 2024
1 parent 8b1f239 commit 2fc017f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ jobs:
--port ${{ env.port }} \
--baud ${{ env.baud }} \
--runtime 20 \
--report ${HOME}/Arduino/libraries/${{ env.project }}/${{ env.example }}/build/${{ env.device }}/report.txt
--report ~/Arduino/libraries/${{ env.project }}/${{ env.example }}/build/${{ env.device }}/report.txt
else
echo "No port found"
fi
Expand All @@ -337,7 +337,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.type }}_${{ env.serials }}
path: $HOME/Arduino/libraries/${{ env.project }}/${{ env.example }}/build/${{ env.device }}/*
path: ~/Arduino/libraries/${{ env.project }}/${{ env.example }}/build/${{ env.device }}/*
if-no-files-found: ignore


Expand Down

0 comments on commit 2fc017f

Please sign in to comment.