Skip to content

Commit

Permalink
ci: fix file pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpdev committed Sep 8, 2024
1 parent 119b623 commit 31783a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
tag_name: ${{ steps.tag.outputs.new_tag }}
fail_on_unmatched_files: true
files: |
"rspi-bios-aarch64-unknown-linux-gnu"
"rspi-bios-armv7-unknown-linux-gnueabihf"
rspi-bios-aarch64-unknown-linux-gnu
rspi-bios-armv7-unknown-linux-gnueabihf

0 comments on commit 31783a6

Please sign in to comment.