Skip to content

Commit

Permalink
chore: add submodules to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
BlurOne-GIT authored Oct 13, 2024
1 parent 9018c46 commit d323d20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true

- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down Expand Up @@ -69,6 +71,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
submodules: true

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

0 comments on commit d323d20

Please sign in to comment.