Skip to content

Commit

Permalink
configure job name, checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
spkl authored May 1, 2024
1 parent a1ba02b commit e3a046f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ on:
push:

jobs:
build:
pack:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
filter: tree:0
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit e3a046f

Please sign in to comment.