Skip to content

Commit

Permalink
add vendoring step
Browse files Browse the repository at this point in the history
  • Loading branch information
13hannes11 committed Jul 3, 2024
1 parent bfde160 commit 14e9b82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -60,3 +62,4 @@ jobs:
title: 'Latest Development Build'
files: |
**/*.flatpak

0 comments on commit 14e9b82

Please sign in to comment.