Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto-trd committed Feb 13, 2024
1 parent 5ef853b commit be3e3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Set Installed-Size
run: |
SizeInKiloBytes=`du -s -k ubuntu22.04_amd64 | awk '{print $1}'`
SizeInKiloBytes=`du -s -k packages/ubuntu22.04_amd64 | awk '{print $1}'`
cd packages/ubuntu22.04_amd64/DEBIAN
echo "Installed-Size: $SizeInKiloBytes" >> control
Expand Down

0 comments on commit be3e3e7

Please sign in to comment.