From 9b24bab2d842742cbc2bdd34cb4bc1ebf447479d Mon Sep 17 00:00:00 2001 From: Yuanruitao <1075097840@qq.com> Date: Thu, 23 Feb 2023 10:35:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96=20#26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5788c3..c846c43 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,11 +69,11 @@ jobs: asset_name: CodeCCCheckAtom.zip asset_content_type: application/zip - name: Upload EN Release Asset - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: src/backend/core/build/distributions/CodeCCCheckAtom_en.zip - asset_name: CodeCCCheckAtom_en.zip - asset_content_type: application/zip + uses: actions/upload-release-asset@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + upload_url: ${{ steps.create_release.outputs.upload_url }} + asset_path: src/backend/core/build/distributions/CodeCCCheckAtom_en.zip + asset_name: CodeCCCheckAtom_en.zip + asset_content_type: application/zip