copy the iso and nothing else
This commit is contained in:
parent
82b545b1bd
commit
e6efb13968
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
|
@ -19,4 +19,4 @@ jobs:
|
||||||
- run: nix build '.#nixosConfigurations.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: 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 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
|
||||||
|
|
Loading…
Reference in a new issue