Skip to content

Commit 5956340

Browse files
committed
fix: clean up action
1 parent 49aac69 commit 5956340

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/vyos-rolling-iso.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build VyOS Rolling ISO (NoCloud cloud-init)
22

33
on:
44
workflow_dispatch:
5+
schedule:
6+
- cron: '0 0 * * *'
57

68
jobs:
79
build-iso:
@@ -22,12 +24,9 @@ jobs:
2224
vyos/vyos-build:current \
2325
sudo ./build-vyos-image --architecture amd64 --build-by "j.randomhacker@vyos.io" --custom-package cloud-init generic
2426
25-
- name: List artifacts
26-
run: ls -lh
27-
2827
- name: Upload ISO
2928
uses: actions/upload-artifact@v4
3029
with:
3130
name: live-image-amd64.hybrid.iso
32-
path: ./vyos-build/build/*.iso
31+
path: ./vyos-build/build/vyos-*-generic-amd64.iso
3332

0 commit comments

Comments
 (0)