Skip to content

Commit

Permalink
github: Rename artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Dec 6, 2024
1 parent 1ab95aa commit 860b7ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ jobs:
gzip -9 "${i}"
done
rename \
-E "s/usr-x86-64-verity-sig\..*/usr-x86-64-verity-sig.raw.gz/g" \
-E "s/usr-x86-64-verity\..*/usr-x86-64-verity.raw.gz/g" \
-E "s/usr-x86-64\..*/usr-x86-64.raw.gz/g" -- *
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 860b7ca

Please sign in to comment.