Skip to content

Commit

Permalink
Merge branch 'master' of github.com:huiyadanli/RevokeMsgPatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyadanli committed Nov 6, 2024
2 parents 39bc377 + 379a01d commit 25532df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: msbuild /m /p:Configuration=${{matrix.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}

- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: RevokeMsgPatcher-${{matrix.BUILD_CONFIGURATION}}
path: |
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
image:
- Visual Studio 2017
- Visual Studio 2022

configuration: Release

artifacts:
- path: bin\Release\
name: RevokeMsgPatcher
name: RevokeMsgPatcher

0 comments on commit 25532df

Please sign in to comment.