mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Merge branch 'master' into syslog-yuugure
This commit is contained in:
commit
d418e325e4
1 changed files with 7 additions and 0 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -40,12 +40,19 @@ jobs:
|
||||||
sudo udevadm trigger --name-match=kvm
|
sudo udevadm trigger --name-match=kvm
|
||||||
|
|
||||||
- name: Run ISOs Build Script
|
- name: Run ISOs Build Script
|
||||||
|
timeout-minutes: 10
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
run: |
|
run: |
|
||||||
cd build
|
cd build
|
||||||
./build-iso.sh --headless
|
./build-iso.sh --headless
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
- name: ISO Check
|
||||||
|
if: ${{ success() && hashFiles('./build/*.iso') == '' }}
|
||||||
|
run: |
|
||||||
|
echo "ISOs not built!"
|
||||||
|
exit 1
|
||||||
|
|
||||||
- name: Releasing Latest ISOs
|
- name: Releasing Latest ISOs
|
||||||
if: ${{ success() && github.event_name == 'push'}}
|
if: ${{ success() && github.event_name == 'push'}}
|
||||||
uses: "GutPuncher/action-automatic-releases@latest"
|
uses: "GutPuncher/action-automatic-releases@latest"
|
||||||
|
|
Loading…
Reference in a new issue