Set up git LFS

This commit is contained in:
Adam Goldsmith 2023-05-02 23:10:30 -04:00
parent cfc63db4c5
commit 232816a883
2 changed files with 4 additions and 0 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
*.exe filter=lfs diff=lfs merge=lfs -text
*.EXE filter=lfs diff=lfs merge=lfs -text

View File

@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
lfs: true
- name: Setup dotnet
uses: https://github.com/actions/setup-dotnet@v3
with: