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
|
- run: nix build ./installer
|
||||||
- name: Publish release if ISO changed
|
- name: Publish release if ISO changed
|
||||||
env:
|
env:
|
||||||
TOKEN: ${{ gitea.token }}
|
TOKEN: ${{ forgejo.token }}
|
||||||
SERVER: ${{ gitea.server_url }}
|
SERVER: ${{ forgejo.server_url }}
|
||||||
REPO: ${{ gitea.repository }}
|
REPO: ${{ forgejo.repository }}
|
||||||
run: |
|
run: |
|
||||||
ISO="result/iso/mirea-nixos-installer.iso"
|
ISO="result/iso/mirea-nixos-installer.iso"
|
||||||
NEW_SHA=$(sha256sum "$ISO" | awk '{print $1}')
|
NEW_SHA=$(sha256sum "$ISO" | awk '{print $1}')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue