Update main.yml
This commit is contained in:
parent
ec2649f520
commit
e57d144d49
|
@ -20,7 +20,7 @@ jobs:
|
|||
uses: microsoft/setup-msbuild@v1
|
||||
|
||||
- name: Build Driver
|
||||
run: msbuild /t:build Sandboxie\SandboxDrv.sln /p:Configuration="SbieRelease" /p:Platform=${{ matrix.platform }}
|
||||
run: msbuild /t:build Sandboxie\Sandbox.sln /p:Configuration="SbieRelease" /p:Platform=${{ matrix.platform }}
|
||||
|
||||
- name: Upload Sandboxie
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
Loading…
Reference in New Issue