Skip to content

Commit

Permalink
update publish path
Browse files Browse the repository at this point in the history
  • Loading branch information
checkymander committed Feb 16, 2024
1 parent 3f73744 commit f282db6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ jobs:
# run: dotnet test
- name: Build Agent Linux
if: matrix.os == 'ubuntu-latest'
run: dotnet publish Athena/Payload_Type/athena/athena/agent_code/Agent/Agent.sln /p:LinuxTest=True
run: dotnet publish Payload_Type/athena/athena/agent_code/Agent.sln /p:LinuxTest=True

- name: Build Agent MacOS
if: matrix.os == 'macos-latest'
run: dotnet publish Athena/Payload_Type/athena/athena/agent_code/Agent/Agent.sln /p:MacTest=True
run: dotnet publish Payload_Type/athena/athena/agent_code/Agent.sln /p:MacTest=True

- name: Build Agent Windows
if: matrix.os == 'windows-latest'
run: dotnet publish Athena\Payload_Type\athena\athena\agent_code\Agent\Agent.sln /p:WindowsTest=True
run: dotnet publish Payload_Type\athena\athena\agent_code\Agent.sln /p:WindowsTest=True

# Restore the application to populate the obj folder with RuntimeIdentifiers
#- name: Restore the application
Expand Down

0 comments on commit f282db6

Please sign in to comment.