mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-09 17:19:26 +00:00
Update vs2019.yml
This commit is contained in:
parent
367c3fc769
commit
5aea0355de
1 changed files with 3 additions and 1 deletions
4
.github/workflows/vs2019.yml
vendored
4
.github/workflows/vs2019.yml
vendored
|
|
@ -2,6 +2,8 @@ name: vs2019-ci
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '.gitignore'
|
||||
- '.gitattributes'
|
||||
|
|
@ -22,7 +24,7 @@ env:
|
|||
|
||||
# Path to the solution file relative to the root of the project.
|
||||
SOLUTION_FILE_PATH: ./hyperdbg/hyperdbg.sln
|
||||
|
||||
|
||||
RELEASE_ZIP_FILE_NAME: hyperdbg
|
||||
|
||||
BUILD_DIR: ./hyperdbg/build/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue