|
11 | 11 | add_binaries_to_github_release: true |
12 | 12 | #itch_target: <itch.io-username>/<game-name> |
13 | 13 |
|
| 14 | + # Before enabling LFS, please take a look at GitHub's documentation for costs and quota limits: |
| 15 | + # https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-storage-and-bandwidth-usage |
| 16 | + use_git_lfs: false |
| 17 | + |
14 | 18 |
|
15 | 19 | jobs: |
16 | 20 |
|
|
22 | 26 | - uses: olegtarasov/[email protected] |
23 | 27 | id: get_version |
24 | 28 | - uses: actions/checkout@v4 |
| 29 | + with: |
| 30 | + lfs: ${{ env.use_git_lfs }} |
25 | 31 | - uses: dtolnay/rust-toolchain@stable |
26 | 32 | with: |
27 | 33 | targets: wasm32-unknown-unknown |
|
68 | 74 | - uses: olegtarasov/[email protected] |
69 | 75 | id: get_version |
70 | 76 | - uses: actions/checkout@v4 |
| 77 | + with: |
| 78 | + lfs: ${{ env.use_git_lfs }} |
71 | 79 | - uses: dtolnay/rust-toolchain@stable |
72 | 80 | with: |
73 | 81 | targets: x86_64-unknown-linux-gnu |
@@ -115,6 +123,8 @@ jobs: |
115 | 123 | - uses: olegtarasov/[email protected] |
116 | 124 | id: get_version |
117 | 125 | - uses: actions/checkout@v4 |
| 126 | + with: |
| 127 | + lfs: ${{ env.use_git_lfs }} |
118 | 128 | - uses: dtolnay/rust-toolchain@stable |
119 | 129 | with: |
120 | 130 | targets: x86_64-pc-windows-msvc |
@@ -158,6 +168,8 @@ jobs: |
158 | 168 | - uses: olegtarasov/[email protected] |
159 | 169 | id: get_version |
160 | 170 | - uses: actions/checkout@v4 |
| 171 | + with: |
| 172 | + lfs: ${{ env.use_git_lfs }} |
161 | 173 | - uses: dtolnay/rust-toolchain@stable |
162 | 174 | with: |
163 | 175 | targets: x86_64-apple-darwin |
@@ -202,6 +214,8 @@ jobs: |
202 | 214 | - uses: olegtarasov/[email protected] |
203 | 215 | id: get_version |
204 | 216 | - uses: actions/checkout@v4 |
| 217 | + with: |
| 218 | + lfs: ${{ env.use_git_lfs }} |
205 | 219 | - uses: dtolnay/rust-toolchain@stable |
206 | 220 | with: |
207 | 221 | targets: aarch64-apple-darwin |
|
0 commit comments