Skip to content

Commit

Permalink
except for build step
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenBond committed Feb 9, 2025
1 parent 5be7ec5 commit 04d5eba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
framework: [net8.0]
steps:
- uses: actions/checkout@v2
- name: Setup .NET
Expand All @@ -27,10 +26,10 @@ jobs:
dotnet-version: |
8.0.x
- name: Build
run: dotnet build --framework ${{ matrix.framework }} -bl
run: dotnet build -bl
- uses: actions/upload-artifact@v4
with:
name: build_log_${{ matrix.os }}_${{ matrix.framework }}
name: build_log_${{ matrix.os }}
retention-days: 1
path: |
**/*.binlog
Expand Down

0 comments on commit 04d5eba

Please sign in to comment.