Skip to content

Commit

Permalink
fix space issue
Browse files Browse the repository at this point in the history
  • Loading branch information
metantesan authored Jul 22, 2024
1 parent 15ae574 commit 432fcff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: mkarchiso -v iso/
- name: Upload Nvidia iso to the release
run: |
rm -rf ./work
cd ./out
mkdir iso_parts
md5sum "$(ls *.iso)" > iso_parts/iso-md5sums-nvidia.txt
Expand All @@ -56,6 +57,7 @@ jobs:
run: mkarchiso -v iso/
- name: Upload non-Nvidia iso to the release
run: |
rm -rf ./work
cd ./out
mkdir iso_parts
md5sum "$(ls *.iso)" > iso_parts/iso-md5sums.txt
Expand Down

0 comments on commit 432fcff

Please sign in to comment.