fix typo in build_install_iso workflow
This commit is contained in:
parent
1554996336
commit
50e2e93140
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_install_iso.yml
vendored
2
.github/workflows/build_install_iso.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
extra_nix_config: |
|
||||
substituters = https://f000.backblazeb2.com/file/cache-chir-rs/ https://cache.nixos.org/
|
||||
trusted-public-keys = nixcache:8KKuGz95Pk4UJ5W/Ni+pN+v+LDTkMMFV4yrGmAYgkDg= hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs=
|
||||
- run: nix build '.#nixcosConfigurations.installer.config.system.build.isoImage'
|
||||
- run: nix build '.#nixosConfigurations.installer.config.system.build.isoImage'
|
||||
- run: wget https://dl.min.io/client/mc/release/linux-amd64/mc && chmod +x mc
|
||||
- run: ./mc alias set b2 https://s3.us-west-000.backblazeb2.com ${{ secrets.B2_ACCESS_KEY_ID }} ${{ secrets.B2_SECRET_ACCESS_KEY }}
|
||||
- run: ./mc cp result b2/cache-chir-rs/installer.iso
|
||||
|
|
Loading…
Reference in a new issue