Skip to content

Commit

Permalink
release workflow test 12
Browse files Browse the repository at this point in the history
  • Loading branch information
sppidy authored Jan 14, 2025
1 parent 2fa03da commit c9f4b4b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -65,9 +65,8 @@ jobs:
git checkout $branch
echo 'Building ISO for branch: $branch'
mkarchiso -v -w /tmp/work -o /tmp/out /work
current_date=$(date +%Y.%m.%d)
iso_file=SunnyOS-$(current_date)-${branch}.iso
mv /tmp/out/SunnyOS*.iso /out/$iso_file
iso_file=SunnyOS-$(date +%Y.%m.%d)-x86_64-{branch}.iso
mv /tmp/out/SunnyOS-$(date +%Y.%m.%d)-x86_64.iso /out/$iso_file
echo \"Built ISO: $iso_file\"
done
"

0 comments on commit c9f4b4b

Please sign in to comment.