Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBSODAndWSODFan authored Nov 6, 2024
1 parent cba76bb commit f207e97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:

- name: Upload Release Assets
run: |
mv minios-iso minios.iso
for iso in minios.iso; do
for iso in minios-iso/*.iso; do
asset_name=$(basename $iso)
echo "Uploading $asset_name"
curl \
Expand Down

0 comments on commit f207e97

Please sign in to comment.