forogt to split release into non nix

This commit is contained in:
plasmagoat 2025-06-09 02:51:00 +02:00
parent 9b1c12bc1e
commit 7057d8fbea

View file

@ -103,6 +103,12 @@ jobs:
proxmox_user={{ env.PROXMOX_USER }}
remote_image_path_ci={{ steps.build_image.outputs.image_path_from_build }}
release:
name: Release Image
needs: build
runs-on: ubuntu-latest
if: success()
steps:
- name: Set VERSION from tag or fallback
id: version
run: |
@ -122,5 +128,5 @@ jobs:
release-notes: |
This release contains the NixOS base image for Proxmox labeled `${{ steps.version.outputs.tag }}`.
Image uploaded as template on proxmox filename: `${{ steps.build_image.outputs.image_path_from_build }}`
Image uploaded as template on proxmox filename: `${{ needs.build.steps.build_image.outputs.image_path_from_build }}`
release-dir: result/nix-support"