Skip to content

Commit

Permalink
Arduino library fix
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Sep 26, 2023
1 parent a5e36fe commit 6e11703
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
copy .\Programs\Serial_003\MyStatusLed.cpp .\artifact\miriam-arduino-firmware-source\Serial_003\
copy .\Programs\README-arduino-firmware.md .\artifact\miriam-arduino-firmware-source\README.md
- name: Make Arduino library
uses: papeloto/action-zip@v1.1
with:
files: Programs/PID_v1/
recursive: false
dest: artifact\miriam-arduino-firmware-source\PID_v1.zip
run: |
Compress-Archive -Path PID_v1 -DestinationPath ..\artifact\miriam-arduino-firmware-source\PID_v1.zip
shell: pwsh
working-directory: ./Programs
- uses: microsoft/setup-msbuild@v1
- uses: NuGet/setup-nuget@v1
- name: Restore Packages
Expand Down

0 comments on commit 6e11703

Please sign in to comment.