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 f6253df commit 22a18d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
- name: Unzip distributables
run: |
ls
for f in *-distributables.zip; do
unzip -o $f -d desktop-app/dist
done
cd linux-distributables
ls
- name: Filter out .blockmap files
run: |
Expand All @@ -78,7 +78,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ env.VERSION }}
with:
files: desktop-app/dist/Napse-*
files: Napse-*
tag_name: ${{ env.VERSION }}
body: ${{ github.event.release.body }}
draft: false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nextron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ jobs:
with:
cmd: build # will run `yarn build` command (for each os)
dir: desktop-app

0 comments on commit 22a18d2

Please sign in to comment.