diff --git a/.github/workflows/DInvoke.NetFramework.CI.yml b/.github/workflows/DInvoke.NetFramework.CI.yml index 3222456..03d1829 100644 --- a/.github/workflows/DInvoke.NetFramework.CI.yml +++ b/.github/workflows/DInvoke.NetFramework.CI.yml @@ -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 \ No newline at end of file + 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 \ No newline at end of file