Set up git LFS
This commit is contained in:
parent
cfc63db4c5
commit
232816a883
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.exe filter=lfs diff=lfs merge=lfs -text
|
||||
*.EXE filter=lfs diff=lfs merge=lfs -text
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user