From 915c73b2b0acfd6caf39b96dd050b607d76f4e58 Mon Sep 17 00:00:00 2001 From: Sebastian Korotkiewicz Date: Wed, 20 Apr 2022 10:54:46 +0200 Subject: [PATCH] edit ci --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bfc7cc2..380d2a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,9 +22,8 @@ jobs: run: cd client/ ; npm run build - name: Create release - run: cd client/ uses: ncipollo/release-action@v1 with: - artifacts: "dist_*.zip" + artifacts: "client/dist_*.zip" # bodyFile: "release.md" token: ${{ secrets.GITHUB_TOKEN }}