Skip to content

Commit

Permalink
Add lfs flag to checkout action step
Browse files Browse the repository at this point in the history
  • Loading branch information
liback committed Feb 23, 2024
1 parent 77cc090 commit d903930
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
lfs: true
- name: Create archives
run: |
zip maps.zip *.bsp
Expand Down

0 comments on commit d903930

Please sign in to comment.