Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jake1164 authored Sep 16, 2023
1 parent 087fe4d commit ec12c26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
echo '{ "version":"${{ github.event.release.tag_name }}" }' > src/.version

- name: Run MPY Action
uses: adafruit/build-mpy@v1
uses: jake1164/build-mpy@fetch-submodules-fix
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
circuitpy-tag: "8.2.0"
mpy-directory: "src"
mpy-manifest-file: "mpy-manifest.txt"
mpy-manifest-type: "exclude"
zip-directory: "src"
zip-filename: "weather-matrix-${{ github.event.release.tag_name }}.zip"
zip-filename: "weather-matrix-${{ github.event.release.tag_name }}.zip"

0 comments on commit ec12c26

Please sign in to comment.