Skip to content

Commit 914ff8f

Browse files
committed
Update examples in README
1 parent 3bfe46e commit 914ff8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ file could be very simple! This release CI creates .mpy files for CircuitPython
5454
uses: tekktrik/build-mpy@v1
5555
with:
5656
github-token: ${{ secrets.GITHUB_TOKEN }}
57-
cpy-tag: "7.2.0"
57+
circuitpy-tag: "7.2.0"
5858
5959
You also have granular control of which directories to compile and zip and the ability to specify which
6060
files should or should not be compiled and/or zipped. For example, if you wanted to compile and zip
@@ -79,7 +79,7 @@ to specify certain files NOT to compile, you could modify the script above to be
7979
uses: tekktrik/build-mpy@v1
8080
with:
8181
github-token: ${{ secrets.GITHUB_TOKEN }}
82-
cpy-tag: "7.2.0"
82+
circuitpy-tag: "7.2.0"
8383
mpy-directory: "microcontroller"
8484
mpy-manifest-file: "mpy_manifest.txt"
8585
mpy-manifest-type: "exclude"

0 commit comments

Comments
 (0)