Skip to content

Commit

Permalink
Update gardenlinux dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler committed May 7, 2024
1 parent 649bd09 commit 0ac8d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-gardenlinux-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Push Artifact using ORAS
run: |
$KVM_RAW_FILE=$(ls .build/*.raw | head -n 1)
KVM_RAW_FILE=$(ls .build/*.raw | head -n 1)
METAL_SQUASHFS_FILE=squashfs
METAL_INITRD_FILE=initrd
METAL_VMLINUZ_FILE=vmlinuz
Expand Down

0 comments on commit 0ac8d12

Please sign in to comment.