Skip to content

Commit

Permalink
fix(ci): build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjeannesson committed Mar 14, 2024
1 parent d394ff6 commit 3ef8c0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
- name: Get all distributables
uses: actions/download-artifact@v3

- name: Filter out .blockmap files
run: |
find desktop-app/dist -name '*.blockmap' -exec rm {} +
- name: Publish all artifacts to GitHub Releases
uses: softprops/action-gh-release@v1
env:
Expand Down

0 comments on commit 3ef8c0f

Please sign in to comment.