Fix n°1 - GithubAction

pull/1/head
Swissky 2021-02-16 19:01:36 +01:00
parent da6a55b179
commit f5b1b2c54c
1 changed files with 3 additions and 3 deletions

View File

@ -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