fix release

This commit is contained in:
plasmagoat 2025-06-08 02:34:37 +02:00
parent 7b07258411
commit 4f49131c09

View file

@ -85,13 +85,13 @@ jobs:
# ls -tp nixos-base-image-*.vma.zst | grep -v '/$' | tail -n +6 | xargs -r rm -- # ls -tp nixos-base-image-*.vma.zst | grep -v '/$' | tail -n +6 | xargs -r rm --
# " # "
- name: Create Forgejo Release (optional) - name: Create Forgejo Release
if: ${{ github.ref_type == 'tag' }} if: ${{ github.ref_type == 'tag' }}
uses: softprops/action-gh-release@v1 uses: actions/forgejo-release@v2.6.0
with: with:
name: "NixOS Base Image ${{ steps.version.outputs.tag }}" title: "NixOS Base Image ${{ steps.version.outputs.tag }}"
tag_name: ${{ steps.version.outputs.tag }} tag: ${{ steps.version.outputs.tag }}
body: | direction: upload
release-notes: |
This release contains the NixOS base image for Proxmox labeled `${{ steps.version.outputs.tag }}`. This release contains the NixOS base image for Proxmox labeled `${{ steps.version.outputs.tag }}`.
files: | release-dir: results
result/vm-image.vma.zst