Skip to content

Commit

Permalink
Fix fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jan 17, 2025
1 parent 4990757 commit 8b6d3e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-cn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ jobs:
echo "SRS_MAJOR=${{ needs.envs.outputs.SRS_MAJOR }}" >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@v2
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: zh-cn
path: build
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: en-us
path: build
Expand Down Expand Up @@ -117,11 +117,11 @@ jobs:
echo "SRS_MAJOR=${{ needs.envs.outputs.SRS_MAJOR }}" >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@v2
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: zh-cn
path: build
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: en-us
path: build
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ jobs:
echo "SRS_MAJOR=${{ needs.envs.outputs.SRS_MAJOR }}" >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@v2
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: zh-cn
path: build
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: en-us
path: build
Expand Down Expand Up @@ -127,11 +127,11 @@ jobs:
echo "SRS_MAJOR=${{ needs.envs.outputs.SRS_MAJOR }}" >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@v2
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: zh-cn
path: build
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: en-us
path: build
Expand Down

0 comments on commit 8b6d3e7

Please sign in to comment.