Skip to content

Commit

Permalink
Merge pull request #102 from arkedge/fix-release-binary-suffix
Browse files Browse the repository at this point in the history
Fix release binary suffix to wildcard for target triple
  • Loading branch information
KOBA789 authored Mar 12, 2024
2 parents 73a18a3 + edc9451 commit 62ff2e9
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 62ff2e9

Please sign in to comment.