Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add build github action #233

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update main.yml
  • Loading branch information
jaydns committed Oct 27, 2020
commit bf27b694c67fc9fe852d034453a870697440e1a3
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:

# Install NuGet packages
- name: Install NuGet Packages
run: nuget restore ./AsyncRAT-C#/AsyncRAT-Sharp.sln
run: nuget restore AsyncRAT-C#/AsyncRAT-Sharp.sln

# Build solution
- name: Build solution
run: msbuild -nologo -v:m -p:Configuration=${{ matrix.configuration }} ./AsyncRAT-C#/AsyncRAT-Sharp.sln
run: msbuild -nologo -v:m -p:Configuration=${{ matrix.configuration }} AsyncRAT-C#/AsyncRAT-Sharp.sln

# Upload artifacts
- uses: actions/upload-artifact@v2
with:
name: AsyncRAT-${{ matrix.configuration }}
path: Binaries\${{ matrix.configuration }}\
path: D:\a\AsyncRAT-C-Sharp\AsyncRAT-C-Sharp\AsyncRAT-C#\Binaries\${{ matrix.configuration }}\