fix typo in build_install_iso workflow

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-16 18:00:01 +01:00
parent 1554996336
commit 50e2e93140
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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