diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index f84d63e..3465f6e 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -28,7 +28,7 @@ jobs: - name: Build Docker Image run: | nix build --accept-flake-config --print-build-logs - cp -v "$(realpath result)" lix-image.tar.gz + cp -v "$(realpath result/image.tar.gz)" lix-image.tar.gz - name: Archive production artifacts uses: actions/upload-artifact@v4 with: @@ -47,8 +47,9 @@ jobs: - name: Push docker image run: | docker load