Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
redmoogle committed May 18, 2024
1 parent 5612954 commit 09e6ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore /m > logs/log-${{ matrix.os }}.txt
run: dotnet build --configuration Release --no-restore /m > log-${{ matrix.os }}.txt
- name: Upload log artifacts
uses: actions/upload-artifact/merge@v4
with:
Expand Down

0 comments on commit 09e6ebf

Please sign in to comment.