Skip to content

Commit

Permalink
[ci] Only puts sigma.min.js in release
Browse files Browse the repository at this point in the history
This commit is related to #1450.

Putting in the releases the rest of the built files make no sense, in my
opinion.
  • Loading branch information
jacomyal committed Aug 22, 2024
1 parent adbe4f2 commit 06cec18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./packages/sigma/dist/*
file: ./packages/sigma/dist/sigma.min.js
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit 06cec18

Please sign in to comment.