Skip to content

Bump codecov/codecov-action from 4 to 5 #117

Bump codecov/codecov-action from 4 to 5

Bump codecov/codecov-action from 4 to 5 #117

Workflow file for this run

name: pack
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
pack:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Install dependencies
run: dotnet restore
working-directory: src
- name: Pack
run: dotnet pack --configuration Release --no-restore
working-directory: src