Skip to content

Commit

Permalink
Merge pull request #8 from Earthmark/earthmark-dev
Browse files Browse the repository at this point in the history
Added  an LFS restore as it wasn't restoring the assets during build.
  • Loading branch information
Earthmark authored Mar 26, 2022
2 parents b69ef36 + 5b3ccf4 commit c0a0b07
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
with:
lfs: 'true'
- name: Cache
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -48,6 +50,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
with:
lfs: 'true'
- name: Cache
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -80,6 +84,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
with:
lfs: 'true'
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- uses: little-core-labs/get-git-tag@v3.0.1
id: get_version
- uses: actions/checkout@v2
with:
lfs: 'true'
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down Expand Up @@ -57,6 +59,8 @@ jobs:
- uses: little-core-labs/get-git-tag@v3.0.1
id: get_version
- uses: actions/checkout@v2
with:
lfs: 'true'
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down Expand Up @@ -96,6 +100,8 @@ jobs:
- uses: little-core-labs/get-git-tag@v3.0.1
id: get_version
- uses: actions/checkout@v2
with:
lfs: 'true'
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down Expand Up @@ -133,6 +139,8 @@ jobs:
- uses: little-core-labs/get-git-tag@v3.0.1
id: get_version
- uses: actions/checkout@v2
with:
lfs: 'true'
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit c0a0b07

Please sign in to comment.