Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cngege authored Oct 17, 2024
1 parent 804c2fb commit 35b675a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: chcp 65001 && cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

- name: Upload Release GitHubDesktop2Chinese.exe
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: GitHubDesktop2Chinese
path: ${{github.workspace}}/build/${{env.BUILD_TYPE}}/GitHubDesktop2Chinese.exe
Expand All @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v3

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ${{github.workspace}}/build/

Expand Down

0 comments on commit 35b675a

Please sign in to comment.