diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96a7451b..50286309 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Build Solution shell: pwsh - run: .\BUILD.ps1 Debug -o ${{ env.OutputPath }} + run: .\BUILD.ps1 Release -o ${{ env.OutputPath }} - name: Upload Artifact continue-on-error: true @@ -29,4 +29,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: Netch - path: ${{ env.OutputPath }} \ No newline at end of file + path: ${{ env.OutputPath }}