Skip to content

Commit

Permalink
update release.yml to pull lfs files (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Hansel authored May 24, 2022
1 parent b00a8a6 commit 7f74460
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,15 @@ jobs:
name: Generate cross-platform builds
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
- name: Checkout Git LFS
uses: actions/checkout@v2
with:
lfs: 'true'

- name: Checkout
uses: actions/checkout@v2

- run: git lfs pull

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
Expand Down Expand Up @@ -43,4 +50,4 @@ jobs:
- name: Release
uses: softprops/[email protected]
with:
files: dist/*
files: dist/*

0 comments on commit 7f74460

Please sign in to comment.