From 4b5f01d29dc73bea4c8bca66b58044dfd58d6f05 Mon Sep 17 00:00:00 2001 From: Kunal Nagar <2741371+kunalnagar@users.noreply.github.com> Date: Sat, 18 Nov 2023 17:23:01 -0500 Subject: [PATCH] fix: Deploy script --- .github/workflows/release.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d59e771..7c02479 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ github.event.release.upload_url }} - asset_path: ${{github.workspace}}/${{ github.event.repository.name }}.zip + asset_path: ${{ steps.deploy.outputs.zip-path }} asset_name: ${{ github.event.repository.name }}.zip asset_content_type: application/zip \ No newline at end of file diff --git a/.gitignore b/.gitignore index 090a1f0..364ec7d 100755 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea .DS_Store +.prettierignore \ No newline at end of file