copy the iso and nothing else

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-16 18:44:12 +01:00
parent 82b545b1bd
commit e6efb13968
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -19,4 +19,4 @@ jobs:
- 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
- run: ./mc cp result/iso/*.iso b2/cache-chir-rs/installer.iso