Skip to content

Commit

Permalink
Fix temp issues
Browse files Browse the repository at this point in the history
  • Loading branch information
novusthedev committed May 19, 2024
1 parent 5cf6d97 commit 424d7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
apt update -y
apt-get install -y live-build squashfs-tools syslinux-common syslinux-utils xorriso isolinux git curl
chmod +x build
./build
mv blade/blade-"$(date -u +%y%m%d)"-amd64.hybrid.iso ~/blade.iso
cd ../
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_serrver_monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
apt update -y
apt-get install -y live-build squashfs-tools syslinux-common syslinux-utils xorriso isolinux git curl
chmod +x build_server
./build_server
mv blade/blade-"$(date -u +%y%m%d)"-amd64.hybrid.iso ~/blade.iso
cd ../
Expand Down

0 comments on commit 424d7c2

Please sign in to comment.