re-enable iso build and test final auto release
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 7m50s

This commit is contained in:
2025-04-15 21:31:38 +02:00
parent a5762a6a45
commit ca2a2a8e8d

View File

@ -17,8 +17,8 @@ jobs:
with: with:
go-version: '>=1.20.1' go-version: '>=1.20.1'
#- name: build iso - name: build iso
# run: make iso run: make iso
- name: get commit tag - name: get commit tag
id: vars id: vars
@ -38,5 +38,5 @@ jobs:
server_url: https://git.tmoron.fr server_url: https://git.tmoron.fr
name: ${{steps.vars.outputs.TAG}} name: ${{steps.vars.outputs.TAG}}
files: |- files: |-
flake.nix nixos.iso
api_key: ${{secrets.RELEASE_TOKEN}} api_key: ${{secrets.RELEASE_TOKEN}}