From cc0044e09babfe9475ba0fa8f26e98123ea03318 Mon Sep 17 00:00:00 2001 From: tiopex <67048640+tiopex@users.noreply.github.com> Date: Mon, 28 Jul 2025 07:41:38 +0200 Subject: [PATCH] Update build-aarch64-qt6.yml --- .github/workflows/build-aarch64-qt6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-aarch64-qt6.yml b/.github/workflows/build-aarch64-qt6.yml index 72bebdf112..ff319fbaae 100644 --- a/.github/workflows/build-aarch64-qt6.yml +++ b/.github/workflows/build-aarch64-qt6.yml @@ -105,7 +105,7 @@ jobs: - name: Tar ccache run: | - tar -cf ccache-aarch64-${{ inputs.DEVICE }}-qt6.tar ./build.ROCKNIX-${{ inputs.DEVICE }}.aarch64/.ccache + tar --remove-files -cf ccache-aarch64-${{ inputs.DEVICE }}-qt6.tar ./build.ROCKNIX-${{ inputs.DEVICE }}.aarch64/.ccache - name: Save ccache uses: ncipollo/release-action@v1