Skip to content

Commit

Permalink
CI: Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Dec 15, 2024
1 parent 0e897d7 commit 8688f8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ jobs:

- name: Download files
uses: actions/download-artifact@v4
with:
name: tanoshi-app-linux-${{ matrix.name }}
path: target/release/
with:
name: tanoshi-app-linux-${{ matrix.name }}
path: target/release/

- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
Expand Down

0 comments on commit 8688f8c

Please sign in to comment.