Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Feb 8, 2023
1 parent aa6db80 commit 7ce2f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/AutoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3.1.0

- name: Download ${{ env.PROJECT_NAME }}-zh-Hans artifact from windows-latest
- name: Download ${{ env.PROJECT_NAME }} artifact from windows-latest
uses: actions/download-artifact@v3.0.1
with:
name: ${{ env.PROJECT_NAME }}-zh-Hans.zip
path: out

- name: Download ${{ env.PROJECT_NAME }}-en-US artifact from windows-latest
uses: actions/download-artifact@v3.0.1
with:
name: ${{ env.PROJECT_NAME }}-en-US.zip
path: out

- name: Download ${{ env.PROJECT_NAME }}-ru-RU artifact from windows-latest
uses: actions/download-artifact@v3.0.1
with:
name: ${{ env.PROJECT_NAME }}-ru-RU.zip
name: ${{ env.PROJECT_NAME }}.zip
path: out

- name: Create ${{ env.PROJECT_NAME }} GitHub release
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.3.5.2</Version>
<Version>0.3.5.3</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 7ce2f14

Please sign in to comment.