From d3fbe254cb4971344946b349809726ec96e5f2bd Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+Yeicor@users.noreply.github.com> Date: Sun, 3 Mar 2024 20:47:29 +0100 Subject: [PATCH] improve release asset 2 --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8b1b08a..9c272b6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,7 +46,6 @@ jobs: with: repo_token: "${{ secrets.GITHUB_TOKEN }}" file: "frontend.zip" - asset_name: "frontend" tag: "${{ github.ref }}" overwrite: true