Skip to content

Commit a064515

Browse files
committed
Version 3.2.1
1 parent 121983e commit a064515

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# arduino-test-compile [action](https://github.com/marketplace/actions/test-compile-for-arduino) / script
2-
### Version 3.2.0
2+
### Version 3.2.1
33

44
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://spdx.org/licenses/MIT.html)
55
[![Commits since latest](https://img.shields.io/github/commits-since/ArminJo/arduino-test-compile/latest)](https://github.com/ArminJo/arduino-test-compile/commits/master)
@@ -573,6 +573,7 @@ Samples for using action in workflow:
573573

574574
# Revision History
575575
### Version v3.2.1
576+
- Merged #26, which fixes filename problems, especially with filenames with multiple dots.
576577
- Extended debug output.
577578

578579
### Version v3.2.0

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'Compile sketches or Arduino library examples for one board type us
33
author: 'Armin Joachimsmeyer'
44
inputs:
55
cli-version:
6-
description: 'Version of arduino-cli to use when builing. Current (7/2020) one is 0.11.0.'
6+
description: 'Version of arduino-cli to use when building. Current (8/2022) one is 0.26.0.'
77
default: 'latest'
88
required: false
99

arduino-test-compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# arduino-test-compile.sh
44
# Bash script to do a test-compile of one or more Arduino programs in a repository each with different compile parameters.
55
#
6-
# Copyright (C) 2020 Armin Joachimsmeyer
6+
# Copyright (C) 2020-2022 Armin Joachimsmeyer
77
# https://github.com/ArminJo/Github-Actions
88
# License: MIT
99
#

0 commit comments

Comments
 (0)