Skip to content

Commit

Permalink
only output-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed May 24, 2024
1 parent 5ecce94 commit 7f86aa0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,11 @@ jobs:
run: |
cd src
mv tracker.ino src.ino
arduino-cli compile --build-path build -e --output-dir out -v -b SparkFun:apollo3:artemis .
arduino-cli compile -e --output-dir build -v -b SparkFun:apollo3:artemis .
echo "Build:"
ls -l build
echo "Out":
ls -l out
- uses: actions/upload-artifact@v4
with:
name: tracker-fw
Expand Down

0 comments on commit 7f86aa0

Please sign in to comment.