Skip to content

Commit

Permalink
Remove --git-url from workflow
Browse files Browse the repository at this point in the history
Add build files to release
  • Loading branch information
jordojordo committed Nov 16, 2023
1 parent 6df8681 commit 83f96af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/compile-lawndon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

- name: Install libraries
run: |
arduino-cli lib install --git-url https://github.com/bmellink/IBusBM.git#1.1.5
arduino-cli lib install --git-url https://github.com/arduino-libraries/Servo.git#1.2.1
arduino-cli lib install IBusBM
arduino-cli lib install Servo
- name: Compile Lawndon
uses: arduino/compile-sketches@v1
Expand All @@ -41,4 +41,5 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./lawndon/build
files: |
lawndon/build/arduino.avr.mega/*

0 comments on commit 83f96af

Please sign in to comment.