Skip to content

Commit

Permalink
fix Cannot find path 'D:\a\GTProxy\GTProxy\build\src\Main.exe' becaus…
Browse files Browse the repository at this point in the history
…e it does not exist.
  • Loading branch information
ZTzTopia committed Oct 16, 2022
1 parent 1d772b3 commit 0054f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Move program and binary
run: |
mkdir ${{github.workspace}}\build\program
copy ${{github.workspace}}\build\src\${{inputs.buildType}}\Main.exe ${{github.workspace}}\build\program
copy ${{github.workspace}}\build\src\${{inputs.buildType}}\*.exe ${{github.workspace}}\build\program
copy ${{github.workspace}}\build\conan\bin\*.dll ${{github.workspace}}\build\program
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Move program and binary
run: |
mkdir ${{github.workspace}}\build\program
copy ${{github.workspace}}\build\src\${{inputs.buildType}}\Main.exe ${{github.workspace}}\build\program
copy ${{github.workspace}}\build\src\${{inputs.buildType}}\*.exe ${{github.workspace}}\build\program
copy ${{github.workspace}}\build\conan\bin\*.dll ${{github.workspace}}\build\program
- name: Upload artifact
Expand Down

0 comments on commit 0054f9b

Please sign in to comment.