Skip to content

Commit

Permalink
check_release: Add missing release (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoftsm authored Jul 24, 2024
1 parent 6acdff5 commit 62f9d87
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ jobs:
needs: build-artifacts
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
lfs: true
- name: Checkout LFS objects
run: git lfs checkout
- name: Download all Artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 62f9d87

Please sign in to comment.