Skip to content

Commit

Permalink
Workflow step for adding AnyCPU Release build as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWover committed Oct 26, 2020
1 parent 0cb16ef commit e1702ba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/DInvoke.NetFramework.CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ jobs:
- name: Setup MSBuild.exe
uses: warrenbuckley/Setup-MSBuild@v1
- name: Build with MSBuild
run: msbuild DInvoke\DInvoke.sln -p:Configuration=Release
run: msbuild DInvoke\DInvoke.sln -p:Configuration=Release
- name: Archive artifacts
uses: actions/upload-artifact@v2
with:
name: DInvoke AnyCPU Release
path: DInvoke\DInvoke\bin\Release\DInvoke.dll

0 comments on commit e1702ba

Please sign in to comment.