Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 authored Jun 27, 2024
1 parent 4e7b744 commit 9389537
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ inputs:
description: 'The pre-build commands'
required: false

branding:
icon: 'command'
color: 'red'

runs:
using: composite
steps:
- name: 💎 Setup Dotnet
uses: actions/setup-dotnet@v4
- name: Archive code coverage results
uses: actions/upload-artifact@v4
with:
dotnet-version: '3.1.x'

branding:
icon: 'command'
color: 'red'
name: code-coverage-report
path: /tmp/workdir/_site

0 comments on commit 9389537

Please sign in to comment.