Skip to content

Commit

Permalink
Fix adding assets.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Nov 21, 2022
1 parent f32a2de commit 87cc769
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ jobs:
name: npm-logs
path: ~/.npm/_logs
- name: Package release assets
run: zip –r assets.zip dist locales i18n.js i18n.d.ts
run: zip –r assets.zip dist/ locales/ i18n.js i18n.d.ts
- name: Create a Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.push.outputs.tag-name }}
generate_release_notes: true
files: |
assets.zip
files: assets.zip

0 comments on commit 87cc769

Please sign in to comment.