Skip to content

Commit

Permalink
fix: checkout .github folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev committed Mar 14, 2024
1 parent 8e7b251 commit 7f7e0e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
needs: [build]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
sparse-checkout: |
.github
- name: Setup folder structure
run: |
mkdir -p english/data english/output
Expand Down

0 comments on commit 7f7e0e4

Please sign in to comment.