diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e21d694..6690f88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,8 @@ jobs: manifest-path: build-aux/org.kuchelmeister.ToolboxTuner.Devel.json run-tests: true cache-key: flatpak-builder-${{ github.sha }} + - name: Install git-lfs + run: ./build-aux/dist-vendor.sh dist . - name: ls run: ls publish-prerelease: @@ -60,3 +62,4 @@ jobs: title: 'Latest Development Build' files: | **/*.flatpak +