Skip to content

Commit

Permalink
Merge pull request #38 from Yuanruitao/master
Browse files Browse the repository at this point in the history
feat: 支持国际化 #26
  • Loading branch information
Yuanruitao authored Feb 23, 2023
2 parents d3dc625 + 9b24bab commit 8269749
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8269749

Please sign in to comment.