Merge branch 'master' of github.com:huiyadanli/RevokeMsgPatcher

This commit is contained in:
辉鸭蛋 2024-11-06 23:57:46 +08:00
commit 25532df301
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ jobs:
run: msbuild /m /p:Configuration=${{matrix.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} run: msbuild /m /p:Configuration=${{matrix.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: RevokeMsgPatcher-${{matrix.BUILD_CONFIGURATION}} name: RevokeMsgPatcher-${{matrix.BUILD_CONFIGURATION}}
path: | path: |

View File

@ -1,5 +1,5 @@
image: image:
- Visual Studio 2017 - Visual Studio 2022
configuration: Release configuration: Release