Skip to content

Commit

Permalink
BUILD - Fix file list to be zipped when releasing the application
Browse files Browse the repository at this point in the history
  • Loading branch information
Juansecu committed Feb 25, 2024
1 parent 6efb244 commit 602db92
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ jobs:
uses: vimtor/action-zip@v1.1
with:
dest: github-discord-updater-${{ github.ref_name }}.zip
files: |
dist
package.json
pnpm-lock.yaml
files: dist/ package.json pnpm-lock.yaml
- name: Release application
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 602db92

Please sign in to comment.