Skip to content

Commit 6a0fc96

Browse files
authored
Merge pull request #922 from tannewt/rosie_tweak
Add trailing dash so that the exact board is matched.
2 parents 83b0f62 + 85c5e88 commit 6a0fc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rosie.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ binaries:
66
bucket: adafruit-circuit-python
77
file_pattern: bin/{board}/adafruit-circuitpython-{board}-*-{short_sha}.{extension}
88
rosie_upload:
9-
file_pattern: adafruit-circuitpython-{board}*{short_sha}.{extension}
9+
file_pattern: adafruit-circuitpython-{board}-*{short_sha}.{extension}
1010

1111
circuitpython_tests:
1212
test_directories:

0 commit comments

Comments
 (0)