diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d145f09..e608f90 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: with: name: Compile_Solution_log path: | - src/*.binlog + src/*.bi *.binlog - name: Create zip @@ -49,6 +49,13 @@ jobs: Write-Host "::set-output name=LicenseClearingTool::$($fileName)" $outPath = Join-Path $outFolder $fileName Compress-Archive -DestinationPath $outPath -Path $sourceFolder -CompressionLevel Optimal - - - + + - name: Archive Build Output + uses: actions/upload-artifact@v2 + with: + name: sourcegrid + path: | + out/sourcegrid + + +