This commit is contained in:
plasmagoat 2025-06-08 04:33:45 +02:00
parent c8f9b37188
commit c0a3b923a3

View file

@ -69,7 +69,8 @@ jobs:
--no-link --print-out-paths \ --no-link --print-out-paths \
| cachix push plasmagoat | cachix push plasmagoat
echo "image=$(ls result/*.vma.zst | head -n 1)" >> $GITHUB_OUTPUT ls
echo "image=$(ls ./result/*.vma.zst | head -n 1)" >> $GITHUB_OUTPUT
- name: Upload image to Proxmox and manage templates - name: Upload image to Proxmox and manage templates
run: | run: |