Skip to content

Commit

Permalink
Update nuget_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
4sval authored Jan 30, 2025
1 parent 2d69f79 commit 9489e48
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nuget_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: GIT Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 9489e48

Please sign in to comment.