autopublish nixos, fixed names
All checks were successful
/ build-installer (push) Successful in 1h2m29s
All checks were successful
/ build-installer (push) Successful in 1h2m29s
This commit is contained in:
parent
0907e6989f
commit
53be2c86e8
1 changed files with 3 additions and 3 deletions
|
|
@ -7,9 +7,9 @@ jobs:
|
|||
- run: nix build ./installer
|
||||
- name: Publish release if ISO changed
|
||||
env:
|
||||
TOKEN: ${{ gitea.token }}
|
||||
SERVER: ${{ gitea.server_url }}
|
||||
REPO: ${{ gitea.repository }}
|
||||
TOKEN: ${{ forgejo.token }}
|
||||
SERVER: ${{ forgejo.server_url }}
|
||||
REPO: ${{ forgejo.repository }}
|
||||
run: |
|
||||
ISO="result/iso/mirea-nixos-installer.iso"
|
||||
NEW_SHA=$(sha256sum "$ISO" | awk '{print $1}')
|
||||
|
|
|
|||
Loading…
Reference in a new issue