fix iso gitea action
Build NixOS ISOs / build-iso (buildbox) (push) Successful in 5m53s

This commit is contained in:
2026-06-20 02:23:52 -04:00
parent 6bd5b54bb3
commit abf113abe0
+2 -2
View File
@@ -100,11 +100,11 @@ jobs:
- name: Upload ${{ matrix.host }} ISO artifact
if: ${{ github.event_name != 'workflow_dispatch' || inputs.upload-artifact }}
uses: actions/upload-artifact@v3
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
with:
name: ${{ matrix.host }}-installer-iso
# Point directly at the .iso file so the artifact contains a single
# file (not a directory of files that gets zipped together).
path: ${{ steps.build.outputs.iso-path }}
path: ${{ matrix.host }}-installer.iso
if-no-files-found: error
compression-level: 0