Skip to content

Commit

Permalink
grrr
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-dmxc committed Apr 11, 2024
1 parent 01c0c88 commit 61b13da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ jobs:
with:
name: dotnet-results-${{ matrix.dotnet-version }}
path: TestResults-${{ matrix.os }} ${{ matrix.dotnet-version }}
retention-days: 30
# Use always() to always run this step to publish test results when there are test failures
continue-on-error: true
continue-on-error: true
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: Binarys-${{ matrix.os }} ${{ matrix.dotnet-version }}
path: ArtNetSharp/bin/Release/**/ArtNetSharp.dll
retention-days: 2

0 comments on commit 61b13da

Please sign in to comment.