Skip to content

Commit

Permalink
Add .base64Media.json in .zip bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaccarini-Lorenzo committed Oct 31, 2023
1 parent 12e68f5 commit 05feeec
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,7 +25,7 @@ jobs:
- name: Create Zip
run: |
zip -r magic-calendar.zip \
main.js manifest.json styles.css .proper_name_patterns.txt .noun_patterns.txt
main.js manifest.json styles.css .proper_name_patterns.txt .noun_patterns.txt .base64Media.json
- name: Create release
env:
Expand All @@ -34,4 +34,4 @@ jobs:
tag="${GITHUB_REF#refs/tags/}"
gh release create "$tag" \
--title="$tag" \
main.js manifest.json styles.css .proper_name_patterns.txt .noun_patterns.txt magic-calendar.zip
main.js manifest.json styles.css .proper_name_patterns.txt .noun_patterns.txt .base64Media.json magic-calendar.zip

0 comments on commit 05feeec

Please sign in to comment.