Skip to content

Commit

Permalink
Update github-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gluschenko committed Jun 24, 2024
1 parent 196e3dc commit c3ebf43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
ROOT: ./src
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: 'true'

- name: 📂 Setup .NET Core
uses: actions/setup-dotnet@v1
Expand Down Expand Up @@ -56,7 +58,7 @@ jobs:
ROOT: ./src
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit c3ebf43

Please sign in to comment.