File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ jobs:
62
62
with :
63
63
prerelease : true
64
64
files : |
65
- artifacts/rootfs-dev.iso
66
- artifacts/rootfs-prod.iso
67
- artifacts/rootfs-gpu-dev.iso
68
- artifacts/rootfs-gpu-prod.iso
69
- artifacts/ovmf.fd
70
- artifacts/bzImage
71
- artifacts/initramfs.cpio.gz
65
+ artifacts/rootfs-dev-${{ steps.get_version.outputs.VERSION }} .iso
66
+ artifacts/rootfs-prod-${{ steps.get_version.outputs.VERSION }} .iso
67
+ artifacts/rootfs-gpu-dev-${{ steps.get_version.outputs.VERSION }} .iso
68
+ artifacts/rootfs-gpu-prod-${{ steps.get_version.outputs.VERSION }} .iso
69
+ artifacts/ovmf-${{ steps.get_version.outputs.VERSION }} .fd
70
+ artifacts/bzImage-${{ steps.get_version.outputs.VERSION }}
71
+ artifacts/initramfs-${{ steps.get_version.outputs.VERSION }} .cpio.gz
You can’t perform that action at this time.
0 commit comments