Skip to content

Commit

Permalink
fix release binary suffix to wildcard for target triple
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Mar 12, 2024
1 parent 73a18a3 commit edc9451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
merge-multiple: true

- run: |
chmod +x tmtc-c2a
chmod +x tmtc-c2a*
- run: ls -lh

Expand All @@ -96,4 +96,4 @@ jobs:
fail_on_unmatched_files: true
generate_release_notes: true
files: |
tmtc-c2a
tmtc-c2a*

0 comments on commit edc9451

Please sign in to comment.