Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
13hannes11 authored Jul 5, 2024
1 parent 32c871e commit 78d2e23
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
lfs: true
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
with:
bundle: toolbxtuner.flatpak
bundle: toolboxtuner.flatpak
manifest-path: build-aux/org.kuchelmeister.ToolboxTuner.Devel.json
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}
Expand All @@ -54,7 +54,12 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
path: artifacts
path: vendor
merge-multiple: true
- uses: actions/download-artifact@v4
with:
path: flatpak
pattern: toolboxtuner*
merge-multiple: true
- name: Show files
run: ls -R
Expand Down

0 comments on commit 78d2e23

Please sign in to comment.