Skip to content

Commit 7f74460

Browse files
author
Steven Hansel
authored
update release.yml to pull lfs files (#28)
1 parent b00a8a6 commit 7f74460

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,15 @@ jobs:
1212
name: Generate cross-platform builds
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Checkout the repository
15+
- name: Checkout Git LFS
1616
uses: actions/checkout@v2
17+
with:
18+
lfs: 'true'
19+
20+
- name: Checkout
21+
uses: actions/checkout@v2
22+
23+
- run: git lfs pull
1724

1825
- name: Set up QEMU
1926
uses: docker/setup-qemu-action@v1
@@ -43,4 +50,4 @@ jobs:
4350
- name: Release
4451
uses: softprops/[email protected]
4552
with:
46-
files: dist/*
53+
files: dist/*

0 commit comments

Comments
 (0)