We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3454ee commit c5b1d8dCopy full SHA for c5b1d8d
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: checkout the current repo
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
with:
14
submodules: true
15
@@ -18,10 +18,10 @@ jobs:
18
echo '{ "version":"${{ github.event.release.tag_name }}" }' > src/.version
19
20
- name: Run MPY Action
21
- uses: adafruit/build-mpy@v1
+ #uses: adafruit/build-mpy@v2
22
+ uses: jake1164/build-mpy@static-mpy-cross
23
- github-token: ${{ secrets.GITHUB_TOKEN }}
24
- circuitpy-tag: "8.0.0"
+ github-token: ${{ secrets.GITHUB_TOKEN }}
25
mpy-directory: "src"
26
mpy-manifest-file: "mpy-manifest.txt"
27
mpy-manifest-type: "exclude"
0 commit comments