From e6efb1396877e0b79e3e493776e619aaf6b62f64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sat, 16 Apr 2022 18:44:12 +0100 Subject: [PATCH] copy the iso and nothing else --- .github/workflows/build_install_iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_install_iso.yml b/.github/workflows/build_install_iso.yml index 25642b43..b7ad7bf9 100644 --- a/.github/workflows/build_install_iso.yml +++ b/.github/workflows/build_install_iso.yml @@ -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