Skip to content

Commit

Permalink
尝试优化远程编译警告
Browse files Browse the repository at this point in the history
  • Loading branch information
cngege committed Jan 8, 2025
1 parent fa4687e commit bdacfba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
default: v0.0.0 # Optional: Default version when tag not found

- name: tree
run: chcp 65001 && cmd /c tree ${{github.workspace}}/build /F
run: chcp 65001 && cmd /c tree ./build /F

- name: Create release
#if: github.event.inputs.status != 'stable'
Expand All @@ -94,9 +94,9 @@ jobs:
bodyFile: "ReleaseBody.md"
#name: 0
artifacts: |
${{github.workspace}}/build/GitHubDesktop2Chinese/build/Release/GitHubDesktop2Chinese.exe,
${{github.workspace}}/build/GitHubDesktop2Chinese/build32/Release/GitHubDesktop2Chinese_x86.exe,
${{github.workspace}}/json/localization.json
./build/GitHubDesktop2Chinese/build/Release/GitHubDesktop2Chinese.exe,
./build/GitHubDesktop2Chinese/build32/Release/GitHubDesktop2Chinese_x86.exe,
./json/localization.json
env:
GITHUB_REPOSITORY: CNGEGE/GitHubDesktop2Chinese

0 comments on commit bdacfba

Please sign in to comment.