Skip to content

Commit

Permalink
github: Fix rename logic
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 1075f4c commit 3b3ca81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
mv "$(ls mkosi.output/IncusOS_*.usr-x86-64-verity.* | sort | tail -1)" upload/
mv "$(ls mkosi.output/IncusOS_*.usr-x86-64-verity-sig.* | sort | tail -1)" upload/
for i in upload/*; do
cd upload
for i in *; do
gzip -9 "${i}"
done
Expand Down

0 comments on commit 3b3ca81

Please sign in to comment.