Skip to content

Commit

Permalink
github: Remove redundant renaming
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 7, 2024
1 parent 6c35740 commit 6ead97e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ 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 6ead97e

Please sign in to comment.