From f4422673745eb0f003daf515acbd4d2c3b29c98c Mon Sep 17 00:00:00 2001 From: laoxinH Date: Wed, 12 Jun 2024 13:49:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9B=B4=E6=96=B0=E6=A3=80?= =?UTF-8?q?=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9eef720..d6ef739 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.MOD_TEST }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: update/${{ steps.get_filename.outputs.filename }} + asset_path: ${{ steps.get_filename.outputs.filename }} asset_name: ${{ steps.get_filename.outputs.filename }} asset_content_type: application/octet-stream \ No newline at end of file