Skip to content

Commit

Permalink
Forgot add checkout for add_assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Garey Akhmetshin committed Dec 9, 2024
1 parent 650c9b9 commit 00d2e65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
add_assets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'

- name: Deploy artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 00d2e65

Please sign in to comment.