Fix n°1 - GithubAction
parent
da6a55b179
commit
f5b1b2c54c
|
@ -33,13 +33,13 @@ jobs:
|
|||
- name: Build SharpLAPS
|
||||
run: |
|
||||
cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\"
|
||||
.\MSBuild.exe $Env:GITHUB_WORKSPACE\SharpLAPS\SharpLAPS.csproj /property:Configuration=Release
|
||||
.\MSBuild.exe $Env:GITHUB_WORKSPACE\SharpLAPS\SharpLAPS\SharpLAPS.csproj /property:Configuration=Release
|
||||
|
||||
# Upload Artifact to Github Action panel
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: SharpLAPS
|
||||
path: SharpLAPS\bin\Release\SharpHound.exe
|
||||
path: SharpLAPS\SharpLAPS\bin\Release\SharpLAPS.exe
|
||||
|
||||
# Release
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
|
@ -49,4 +49,4 @@ jobs:
|
|||
prerelease: true
|
||||
title: "Development Build"
|
||||
files: |
|
||||
./SharpLAPS/bin/Release/SharpLAPS.exe
|
||||
./SharpLAPS/SharpLAPS/bin/Release/SharpLAPS.exe
|
Loading…
Reference in New Issue