Skip to content

Commit

Permalink
Updated to attempt putting mpy content in root of zip directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
jake1164 authored Jan 16, 2024
1 parent c7b0830 commit c5434b4
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 @@ -25,5 +25,5 @@ jobs:
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-directory: "."
zip-filename: "weather-matrix-${{ github.event.release.tag_name }}.zip"

0 comments on commit c5434b4

Please sign in to comment.