Skip to content

Commit

Permalink
Try fix git lfs problem
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleisch committed Jul 16, 2024
1 parent b5f1fec commit 9f082b1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/distribute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,11 @@ jobs:
SIRIUS_USER: ${{ secrets.SIRIUS_USER }}
SIRIUS_PW: ${{ secrets.SIRIUS_PW }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
lfs: true
- name: Git LFS Pull
run: git lfs pull
- name: Set up Zulu JDK-FX
uses: actions/setup-java@v1
with:
Expand Down Expand Up @@ -389,9 +391,11 @@ jobs:
# needs: [ distCLI, distGUI]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
lfs: true
- name: Git LFS Pull
run: git lfs pull
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v3.x
- name: Load Build properties
Expand Down

0 comments on commit 9f082b1

Please sign in to comment.