Skip to content

Commit

Permalink
[ci] Tries fixing releases build
Browse files Browse the repository at this point in the history
This commit is related to #1450.

The file packages/sigma/dist/sigma.min.js seems to be missing from the
GitHub releases.
  • Loading branch information
jacomyal committed Aug 22, 2024
1 parent df643d5 commit bd6894d
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 @@ -16,7 +16,7 @@ jobs:
node-version: 18

- name: Build sources
run: npm i # Build is part of the `prepare` hook that runs as post install
run: npm install && npm run build

- name: Uploading files
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit bd6894d

Please sign in to comment.