From 22a18d29205f8be5e5ff1c9f1e9d3e20e28aa4cf Mon Sep 17 00:00:00 2001 From: Tom JEANNESSON Date: Thu, 14 Mar 2024 18:38:46 +0100 Subject: [PATCH] fix(ci): build --- .github/workflows/deploy.yml | 8 ++++---- .github/workflows/nextron.yml | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5829e4c..991f820 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: | @@ -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 diff --git a/.github/workflows/nextron.yml b/.github/workflows/nextron.yml index 2448b20..c0e8d22 100644 --- a/.github/workflows/nextron.yml +++ b/.github/workflows/nextron.yml @@ -44,4 +44,3 @@ jobs: with: cmd: build # will run `yarn build` command (for each os) dir: desktop-app -