From 0081a1df1edd69a8f43c59b76cc5f5eb2ec6e426 Mon Sep 17 00:00:00 2001 From: F5OEO Date: Tue, 5 Nov 2024 11:21:31 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a6e110b..4e802c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,14 +56,14 @@ jobs: name: Build Tezuka first build run: | source sourceme.first - cd buildroot-2024.08.tar.gz + cd buildroot-2024.08 make plutoplus_maiasdr_defconfig && make - if: ${{ steps.cache-toolchain.outputs.cache-hit == 'true' }} name: Build Tezuka from cache run: | source sourceme.first - cd buildroot-2024.08.tar.gz + cd buildroot-2024.08 make plutoplus_maiasdr_defconfig && make - uses: "marvinpinto/action-automatic-releases@latest"