diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a66378b..f0cce6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./dist.zip + asset_path: ./result.zip asset_name: dev-0.${{github.run_number}}.zip asset_content_type: application/zip \ No newline at end of file