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