Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace-Radom committed Oct 2, 2024
1 parent 514b6b7 commit ac19c24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3
- name: Clean up
run: |
"${{env.MSBuild_Path}}" ${{github.workspace}}\LenovoLegionToolkit.sln /t:Clean /p:Configuration=Release
& "${{env.MSBuild_Path}}" ${{github.workspace}}\LenovoLegionToolkit.sln /t:Clean /p:Configuration=Release
- name: Build
run: .\make.bat "${{env.MSBuild_Path}}"
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
- name: Clean up
run: |
"${{env.MSBuild_Path}}" ${{github.workspace}}/LenovoLegionToolkit.sln /t:Clean /p:Configuration=Release
& "${{env.MSBuild_Path}}" ${{github.workspace}}\LenovoLegionToolkit.sln /t:Clean /p:Configuration=Release
- name: Build
run: .\make.bat "${{env.MSBuild_Path}}" ${{github.ref_name}}
- name: Release
Expand Down

0 comments on commit ac19c24

Please sign in to comment.