From c3ccfe46592a494688cc01e0b1e0d6f2e2de0d5f Mon Sep 17 00:00:00 2001 From: Hasanuzzaman Date: Tue, 26 Sep 2023 16:45:57 +0600 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 22fcb31..d023826 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -28,13 +28,14 @@ jobs: cache: 'npm' - run: npm ci --force - run: npm run build --if-present - - run: cp -r assets/ assets - name: Create Release id: create_release uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: + files: | + assets/ tag_name: 1.0.2 release_name: Release 1.0.2 body: |