Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jake1164 authored Mar 30, 2024
1 parent 9aea906 commit c67302a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
uses: jake1164/build-mpy@fetch-submodules-fix
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
circuitpy-tag: "8.2.0"
circuitpy-tag: "9.0.0"
mpy-directory: "src"
mpy-manifest-file: "mpy-manifest.txt"
mpy-manifest-type: "exclude"
zip-directory: "."
zip-filename: "weather-matrix-${{ github.event.release.tag_name }}.zip"
zip-directory: "src"
zip-filename: "weather-matrix-${{ github.event.release.tag_name }}.zip"

0 comments on commit c67302a

Please sign in to comment.