Skip to content

Commit

Permalink
try enable lfs checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleisch committed Jun 3, 2024
1 parent 9e9db5d commit acb2ea9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/distribute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ jobs:
SIRIUS_PW: ${{ secrets.SIRIUS_PW }}
steps:
- uses: actions/checkout@v2
with:
lfs: true
- name: Set up Zulu JDK-FX
uses: actions/setup-java@v1
with:
Expand Down Expand Up @@ -388,6 +390,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
lfs: true
- name: Inject slug/short variables
uses: rlespinasse/[email protected]
- name: Load Build properties
Expand Down

0 comments on commit acb2ea9

Please sign in to comment.