Skip to content

Commit

Permalink
chore(workflows): change the zip file name
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayhardaha committed Jun 25, 2024
1 parent 2ae0e29 commit ea4c8b6
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 @@ -32,7 +32,7 @@ jobs:
run: npm run build

- name: Zip the dist folder
run: zip -r dist.zip dist/
run: zip -r all-in-one-assets.zip dist/

- name: Find files to upload
id: find_files
Expand All @@ -47,7 +47,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: |
dist.zip
all-in-one-assets.zip
${{ env.files }}
token: ${{ env.GITHUB_TOKEN }}
tag: ${{ github.ref }}
Expand Down

0 comments on commit ea4c8b6

Please sign in to comment.